body {
    font-family: Microsoft YaHei;
}

.div_header {
    width: 100%;
    height: 36px;
    background: rgba(17, 17, 17, 1);
    /* position: fixed;
	right: 0;
	left: 0; */
    z-index: 10;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    /* padding: 0 15%; */
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}

.div_header a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.site_nav {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit--webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -moz--webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms--webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -o--webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.site_nav>div,
.site_nav>a {
    padding: 0 6px;
}

.register {
    color: #F12C1F;
}

.site-nav-arrow {
    display: block;
    float: left;
    width: 12px;
    height: 6px;
    line-height: 6px;
    overflow: hidden;
    margin-top: 16px;
}

.site-nav-icon {
    display: block;
    margin-top: -4px;
    margin-right: 20px;
    width: 12px;
    font-family: global-iconfont;
    font-size: 12px;
    font-style: normal;
    margin-top: -3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscaleFont type;
    margin-right: 5px;
    _line-height: 33px;
    color: #9c9c9c;
}

.language_select {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.language_select>div {
    margin-right: 6px;
}

.div_content {
    /* padding-top: 36px; */
    /* padding-left: 15%;
	padding-right: 15%; */
}

.inner_content {
    width: 1200px;
    margin: auto;
    /* box-shadow: 0px 12px 6px -12px rgba(0, 0, 0, 0.05); */
}

.whole_inner {
    box-shadow: 0px 12px 6px -12px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
}

html,
body {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.div_header {
    /* 我们希望 header 采用固定的高度，只占用必须的空间 */
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 0 0 auto;
    /* Chrome */
    /* -moz-box-flex: 0 0 auto; */
    /* Firefox 19- */
    /* -ms-flex: 0 0 auto; */
    /* IE 10 */
    flex: 0 0 auto;
}

.div_content {
    /* 将 flex-grow 设置为1，该元素会占用全部可使用空间
      而其他元素该属性值为0，因此不会得到多余的空间*/
    /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
    -webkit-box-flex: 1 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1 0 auto;
    /* Chrome */
    /* -moz-box-flex: 1 0 auto; */
    /* Firefox 19- */
    /* -ms-flex: 1 0 auto; */
    /* IE 10 */
    flex: 1 0 auto;
}

.footer {
    /* 和 header 一样，footer 也采用固定高度*/
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* -webkit-flex: 0 0 auto; */
    /* Chrome */
    /* -moz-box-flex: 0 0 auto; */
    /* Firefox 19- */
    /* -ms-flex: 0 0 auto; */
    /* IE 10 */
    flex: 0 0 auto;
    text-align: center;
}


/* css3 输入框input类型为number时，去掉上下箭头方式 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.footer_icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.bottom_content {
    width: 100%;
    background: #F4F4F4;
    padding: 30px 0;
}

.guarantee_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    width: 1200px;
    margin: auto;
    padding-bottom: 22px;
    padding-top: 25px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
}

.guarantee_item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;-webkit-box-pack: justify;-webkit-box-align: center; */
    max-width: 25%;
}

.guarantee {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    flex: 1;
    -webkit-box-flex: 1;
}

.bottom_menu {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-justify-content: space-between;
    margin-right: 100px;
}

.bottom_menu_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.bottom_menu_item {
    /* margin-right: 100px; */
}

.bottom_menu_label {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
    display: block;
}

.bottom_menu_text {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.code_icon {
    width: 100px;
    height: 100px;
    display: block;
}

.scan_tips {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 5px;
    width: 100px;
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: rgba(121, 203, 30, 1);
}

#page {
    max-width: 1200px;
    width: 100%;
}

.layui-layer-title {
    height: 56px !important;
    line-height: 56px !important;
    font-size: 18px !important;
}

.icon_warning {
    width: 27px;
    height: 27px;
}