@font-face {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-style: normal;
    font-display: swap;
    src: url('../font/HarmonyOS_Sans_Regular.ttf')
}

@font-face {
    font-family: title_font;
    src: url('../font/CheltenhamStd-HdtooledBold_0.otf')
}

@font-face {
    font-family: content_font;
    src: url('../font/CASLONB.TTF')
}

@font-face {
    font-family: Bigtitle_font;
    src: url('../font/FRKFRTHN.TTF')
}

@font-face {
    font-family: Big2title_font;
    style: normal;
    weight: 400;
    src: url('../font/comixhighlightregular.ttf');

}

@font-face {
    font-family: Impact;
    src: url('../font/Impact.ttf')
}

* {
    font-family: HarmonyOS_Sans_SC_Medium;
    outline: none
}

.container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
    min-width: 1200px;
}

.container_m {
    width: 100%;
    box-sizing: border-box;
    padding: 0 160px;
    min-width: 1200px;
}

@media screen  and (min-width: 1600px) {
    .container_m {
        padding: 0 140px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .container_m {
        padding: 0 60px;
    }
}

@media screen and (max-width: 1200px) {
    .container_m {
        padding: 0 20px;
    }
}

.header {
    height: 100px;
}

.header .logo {
    width: 200px;
    height: 50px;
    padding: 25px 0;
    float: left;
}

.header .logo a {
    display: block;
    width: 200px;
    height: 50px;
    background: url(https://xjp-1307795318.cos.ap-singapore.myqcloud.com/boduotraining2/images/logo.png);
    background-size: 100% auto;
}

.header .header-r {
    width: 560px;
    height: 40px;
    padding: 30px 0;
    float: right;
}

.header .layui-nav {
    background-color: white;
    width: 650px;
    float: right;
    padding: 25px 0;
    text-align: right;
}

.header .layui-nav .layui-nav-item a {
    padding: 0 5px;
}

.header button {
    background-color: #3770ff;
    color: white;
    height: 40px;
    margin: 5px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 20px;
}

.search {
    width: 270px;
    height: 50px;
    display: block;
    position: relative;
    margin: 0 10px;
}

.search input[type="text"] {
    display: block;
    width: 270px;
    height: 50px;
    background-color: #e4e4e4;
    border: 0;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 60px;
}

.search input[type="button"] {
    position: absolute;
    display: block;
    width: 60px;
    height: 50px;
    right: 0;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    background: url(https://xjp-1307795318.cos.ap-singapore.myqcloud.com/boduotraining2/images/search_icon.jpg) no-repeat center #e4e4e4;
}

.search input[type="button"]:hover {
    background-image: url(https://xjp-1307795318.cos.ap-singapore.myqcloud.com/boduotraining2/images/search_icon_on.jpg);
}

.user-down {
    text-align: center;
}

.user-down dl {
    width: 170px;
    left: 50%;
    margin-left: -85px;
}

.user-down dd {
    color: #333;
}

.user-down.layui-nav-item a {
    display: inline-block;
    font-size: 16px;
}

.user-down.layui-nav-item a:hover {
    background: none;
    color: #295cd3;
}

.user-down dd:nth-last-child(-n+3) {
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.user-down dd:nth-child(4) a {
    color: #295cd3;
}

.user-down .layui-nav-more {
    display: none;
}

.user-down strong {
    font-size: 20px;
}

.nav {
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    padding: 9px 0;
}

.nav .layui-bg-none {
    background: none;
}

.nav .layui-nav .layui-icon-down:before {
    content: "\e625";
    color: #3770ff;
}

.nav .layui-nav .layui-nav-item > a {
    padding: 0 35px;
    font-size: 16px;
    color: #323232;
    cursor: pointer;
}

.nav .layui-nav-child {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 60px;
    box-shadow: none;
    border: none;
    background: none;
}

.nav .layui-nav-child dd {
    background-color: white;
}

.nav .layui-nav-child dd a {
    color: #666;
}

.nav .layui-nav .layui-nav-child a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
}

.nav .layui-nav .layui-nav-child a:hover {
    background-color: #3770ff;
    color: white;
}

.nav .layui-nav .layui-nav-item:hover > a {
    color: #3770ff;
}

.nav .layui-nav .layui-nav-item.on > a {
    color: #3770ff;
}

.nav.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: white;
    border-bottom: 1px solid #eee;
}

.nav .layui-nav {
    padding: 0;
}

.nav .layui-nav .layui-nav-item:first-child > a {
    padding-left: 0;
}

/* 服用部分样式 */

.user-p100 {
    padding: 9px 100px;
    text-align: left;
    border-bottom: 2px solid #eee;
    position: relative;
    z-index: 2;
}

.user-p100 dl {
    text-align: center;
}

.header-user {
    width: calc(100% - 200px);
    height: 50px;
    padding: 25px 0;
    float: left;
    text-align: right;
}

.header-user > * {
    float: right;
}

.header-user a {
    display: block;
    width: 50px;
    height: 50px;
}

.header-user a img {
    margin: 5px;
}

.header-user a.login {
    background-color: #3770ff;
    color: white;
    height: 40px;
    margin: 5px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 20px;
}

.user-body {
    background-image: linear-gradient(white, white, white, white, white, white, #f1f5ff, #4c7fff);
    min-height: calc(100vh - 165px);
    position: relative;
    box-sizing: border-box;
    padding-bottom: 100px;
}

.user-body form > dl {
    display: block;
    padding: 20px 0;
}

.user-body dt {
    color: black;
    font-weight: bold;
    font-size: 26px;
    line-height: 55px;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

.user-body dd p {
    font-size: 18px;
    color: #8b8b8b;
    line-height: 55px;
}

.user-body dd span {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 18px;
    padding: 10px 0;
    display: block;
}

.user-body .hint {
    background-color: #c4daff;
    height: 80px;
    box-sizing: border-box;
    padding: 15px 10px 15px 110px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 26px;
    color: #3770ff;
    position: relative;
    overflow: hidden;
}

.user-body .hint::before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 80px;
    position: absolute;
    left: 0;
    background-color: #3770ff;
    top: 0;
}

.user-body .hint::after {
    content: url(https://xjp-1307795318.cos.ap-singapore.myqcloud.com/boduotraining2/images/hint.jpg);
    position: absolute;
    left: 10px;
    top: 15px;
}

.user-body .layui-input {
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
}

.user-body .layui-input:focus {
    border-color: #3770ff !important;
}

.user-body input::-webkit-input-placeholder {
    color: #e5e4e0
}

.user-body input::-moz-placeholder {
    color: #e5e4e0
}

.user-body input:-moz-placeholder {
    color: #e5e4e0
}

.user-body input:-ms-input-placeholder {
    color: #e5e4e0
}

.user-body .login-left a {
    font-size: 26px;
    color: #3770ff;
    display: block;
    line-height: 60px;
    margin: 15px 0 10px;
}

.user-body button {
    background-color: #3770ff;
    margin-bottom: 20px;
    min-width: 120px
}

.user-body button.layui-btn-primary {
    background: none;
}

.user-body button.layui-btn-primary:hover {
    border-color: #3770ff;
}

.user-body dd > p:nth-last-child(2) {
    color: black;
    font-weight: bold;
    font-size: 26px;
    line-height: 55px;
    margin-bottom: 10px;
}

.user-body dd li {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    padding-left: 20px;
}

.user-body dd li::before {
    content: '·';
    padding-right: 5px;
}

.layui-col-xs-rightset7 {
    margin-right: 58.33333333%;
}

.layui-col-xs-rightset6 {
    margin-right: 50%;
}

.login-right button {
    float: right;
}

.login-right dd p:after {
    content: '*';
    color: #3770ff;
    padding-left: 5px;
}

.layui-form-select dl {
    top: 60px;
}

@media screen and (max-width: 1340px) {
    .user-body .hint {
        font-size: 18px;
    }
}

.user-body > p {
    text-align: center;
    color: #295cd3;
    line-height: 20px;
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

.password-email {
    position: relative;
}

.password-email i {
    font-size: 40px;
    color: #ddd;
    position: absolute;
    right: 30px;
    bottom: 18px;
}

.layui-col-xs-off60 {
    margin-left: 60px;
    position: relative;
}

.layui-col-xs-off60::before {
    content: "\e702";
    font-family: layui-icon !important;
    color: #295cd3;
    font-size: 30px;
    position: absolute;
    left: -40px;
    top: 45px;
    font-weight: bold;
}

.user_box p {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding: 20px 30px 10px;
    line-height: 55px;
}

.user_box ul {
    display: block;
    width: 100%;
    max-width: 300px;
}

.user_box ul li {
    display: block;
    width: 100%;
    height: 55px;
    background-color: #eaf0fe;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 30px;
}

.user_box ul li a {
    font-size: 18px;
    line-height: 55px;
    cursor: pointer;
    display: block;
}

.user_box ul li.on a, .user_box ul li a:hover {
    color: #3770ff;
    font-weight: bold;
}

.user_box .logout {
    padding: 30px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    max-width: 300px;
    margin: 50px 0;
}

.user_box .logout a {
    font-size: 24px;
    line-height: 50px;
    color: #3770ff;
    font-weight: bold;
}

.user_box .logout a::before {
    content: url(https://xjp-1307795318.cos.ap-singapore.myqcloud.com/boduotraining2/images/logout.jpg);
    padding-right: 10px;
    position: relative;
    top: 10px;
}

.personal_title {
    padding: 20px 0 30px;
}

.personal_title p {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
}

.personal_title span {
    font-size: 20px;
    color: #666;
    line-height: 50px;
}

.personal input {
    max-width: 400px;
    float: left;
}

.personal img {
    display: block;
    float: left;
    padding: 5px
}

.personal div {
    overflow: hidden;
    margin-top: 20px;
}

.personal input {
    background-color: #eee;
    border-radius: 30px !important;
    padding: 0 60px;
}

.login-data * {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
}

.login-data a {
    color: #3770ff;
    font-weight: bold;
}

.product-right dt {
    margin-top: 20px;
}

.product-right dd {
    display: block;
    padding: 20px 0;
}

.product-right .layui-col-xs3 img {
    display: block;
    height: auto;
    object-fit: cover;
    max-width: 300px;
    width: 100%;
}

.product-right .layui-col-xs3 a {
    display: block;
    overflow: hidden;
}

.product-right .layui-col-xs3 p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 0;
    height: 60px;
    overflow: hidden;
}

.product-right .layui-col-xs3.hot:after {
    content: url(https://xjp-1307795318.cos.ap-singapore.myqcloud.com/boduotraining2/images/icon_hot2.png);
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 1;
}

.product-right .layui-col-xs3.new:after {
    content: url(https://xjp-1307795318.cos.ap-singapore.myqcloud.com/boduotraining2/images/icon_new.png);
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 1;
}

.product-right .layui-col-xs3 i {
    position: absolute;
    bottom: 110px;
    left: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #3770ff;
}

.product-right .layui-col-xs3 i:hover {
    color: white;
}

.product-right .layui-btn:hover {
    border-color: #3770ff;
}

.pro_empty {
    height: calc(100vh - 180px);
    box-sizing: border-box;
    padding: 10vh;
    text-align: center;
}

.pro_empty p {
    font-size: 30px !important;
    font-weight: bold;
    color: #000 !important;
    line-height: 30px;
}

.hide {
    display: none;
}
