
.fl {
    float: left;
}

.fr {
    float: right;
}

.m8 {
    margin-top: 8px;
}

.m12 {
    margin-top: 12px;
}

.m15 {
    margin-top: 15px;
}

.m10 {
    margin-top: 10px !important;
}

.m20 {
    margin-top: 20px;
}

.m30 {
    margin-top: 30px;
}

.m50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.line {
    border-bottom: 1px solid #F0F0F0;
}

.line:last-child {
    border-bottom: none;
}

.tcenter {
    text-align: center !important;
}

.tleft {
    text-align: left !important;
}

.tright {
    text-align: right !important;
}

.red {
    color: #FF648B !important;
}

.blue {
    color: #3657E0 !important;
}

.green {
    color: #009900;
}

.pink {
    color: #FF648B;
}

.black {
    color: #000000;
}

.yellow {
    color: #fbbc05;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9f9f9f;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9f9f9f;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9f9f9f;
}


/*menu*/
nav.menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    max-width: 750px;
    padding: 2px 0 0 0;
    height: 50px;
    background-color: #FFFFFF;
    padding-bottom: constant(safe-area-inset-bottom);
    /* 兼容 iOS < 11.2 */
    padding-bottom: env(safe-area-inset-bottom);
    /* 兼容 iOS >= 11.2 */
    z-index: 10000;
    box-shadow: 0 -1px 2px 0 rgb(1 1 1 / 3%);
}

nav.menu li {
    float: left;
    width: 20%;
    height: 50px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    position: relative;
}

nav.menu li a {
    display: block;
    padding: 31px 0 0 0;
    margin: 0 auto;
    color: #333;
    text-align: center;
}

nav.menu li a i {
    display: block;
    font-size: 22px;
    margin: 0px auto 3px auto;
}

nav.menu li.nav-home-cur a, nav.menu li.nav-category-cur a, nav.menu li.nav-category-cur a, nav.menu li.nav-cart-cur a, nav.menu li.nav-my-cur a {
    color: #FF648B;
}

nav.menu li.nav-home a {
    background: url(../images/icon-nav-home.png) no-repeat center 1px;
    background-size: 30px 30px;
}

nav.menu li.nav-home-cur a {
    background: url(../images/icon-nav-logo-v.png) no-repeat center 3px;
    background-size: 26px 26px;
}

nav.menu li.nav-im a {
    background: url(../images/icon-nav-im.png) no-repeat center top;
    background-size: 32px 32px;
}

nav.menu li.nav-im-cur a {
    background: url(../images/icon-nav-im-v.png) no-repeat center top;
    background-size: 32px 32px;
}

nav.menu li.nav-category a {
    background: url(../images/icon-nav-category.png) no-repeat center 1px;
    background-size: 30px 30px;
}

nav.menu li.nav-category-cur a {
    background: url(../images/icon-nav-category-v.png) no-repeat center 1px;
    background-size: 30px 30px;
}

nav.menu li.nav-cart a {
    background: url(../images/icon-nav-cart.png) no-repeat center top;
    background-size: 32px 32px;
}

nav.menu li.nav-cart-cur a {
    background: url(../images/icon-nav-cart-v.png) no-repeat center top;
    background-size: 32px 32px;
}

nav.menu li.nav-my a {
    background: url(../images/icon-nav-my.png) no-repeat center top;
    background-size: 32px 32px;
}

nav.menu li.nav-my-cur a {
    background: url(../images/icon-nav-my-v.png) no-repeat center top;
    background-size: 32px 32px;
}
/*category*/
.hbox {
    display: block;
    margin: 12px 4% 0 4%;
    width: 92%;
    height: auto;
    min-height: 100px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.category-nav {
    display: flex;
    justify-content: space-between;
    padding: 10px 3% 10px 3%;
    background-color: #FFFFFF;
    flex-wrap: wrap;
}

.category-nav a {
    width: 25%;
    height: auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.category-nav a .nav-icon {
    display: block;
    margin: 0 auto 5px auto;
    width: 43px;
    height: 43px;
    text-align: center;
    border-radius: 50%;
}

.category-nav a .nav-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.category-nav a .nav-text {
    display: inline-block;
    margin: 0 auto;
    font-size: 12px;
    color: #000000;
    position: relative;
}
/*login*/
body.bglogin {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-attachment: fixed;
    background-image: url(../images/bg.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.login {
    position: absolute;
    top: 80px;
    width: 100%;
    min-width: 320px;
    max-width: 750px;
    height: auto;
    padding: 0 6%;
}

.login-logo {
    display: block;
    margin: 0 auto 65px auto;
    width: 80px;
    height: auto;
}

.login-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.login .minput {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: none;
    margin-bottom: 15px;
    text-indent: 45px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    font-size: 16px;
    padding: 0;
    border: none;
}

.login .minput::-webkit-input-placeholder {
    color: #FFFFFF;
}

.login .minput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF;
}

.login .minput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
}

.login p.login-link {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 20px;
}

.login p.login-link a {
    color: #FFFFFF;
}

.login p.login-link a:hover {
    color: #FFFFFF;
}

.icon-user {
    background: url(../images/icon-user.png) no-repeat 10px center;
    background-size: 22px 22px;
}

.icon-pass {
    background: url(../images/icon-pass.png) no-repeat 10px center;
    background-size: 24px 24px;
}

.icon-vcode {
    background: url(../images/icon-vcode.png) no-repeat 10px center;
    background-size: 24px 24px;
}

.login .submit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #fc6ea2 0%, #ee3e80 100%);
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    border: none;
}

.login .submit:hover {
    background: linear-gradient(90deg, #fc6ea2 0%, #ee3e80 100%);
}
/*form*/
.form-item {
    display: flex;
    width: 100%;
    min-height: 47px;
    position: relative;
    justify-content: space-between;
    margin-bottom: 2%;
}

.form-item.block {
    display: block;
    padding: 0 0;
}

.form-item.form-btn {
    border-bottom: none;
    margin-top: 30px;
}

.form-item.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.form-inline {
    display: inline-block;
}

.form-label-inline {
    display: inline-block;
    min-width: 22%;
    font-size: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 5px;
}

.form-text {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 15px;
    text-align: right;
    padding: 12px 0;
    line-height: 1.5;
}

.form-text.left {
    text-align: left;
}

.form-text.left .btn-enter {
    display: block;
    text-align: right;
}

.form-text.left .btn-enter a {
    display: inline-block;
    width: auto;
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 12px;
    color: #878787;
    background-color: #FFFFFF;
    border-radius: 13px;
    border: 1px solid #e4e4e4;
}

.form-label {
    display: block;
    font-size: 16px;
    height: 47px;
    line-height: 46px;
    margin-right: 8px;
    position: relative;
}

.form-label.f17 {
    font-size: 16px;
    font-weight: bold;
}

.form-label i {
    position: absolute;
    left: -10px;
    top: 0;
    color: #FF6600;
    font-size: 16px;
}

.form-rcon {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.form-rcon .icon-more {
    display: block;
    margin-left: 8px;
    width: 15px;
    height: 46px;
    background: url(../images/icon-more.png) no-repeat center center;
    background-size: 13px 13px;
}

.form-rcon .icon-jia {
    display: block;
    margin-left: 8px;
    width: auto;
    height: 46px;
    color: #FF648B;
    line-height: 46px;
}

.form-checkbox {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 8px 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -10px;
    justify-content: flex-start;
}

.form-checkbox .layui-form-checkbox {
    width: 30.6%;
    height: 35px;
    line-height: 33px;
    margin-right: 3.5%;
    padding-right: 0;
    margin-bottom: 10px;
}

.form-checkbox .layui-form-checkbox:nth-child(3n) {
    margin-right: 0;
}

.form-checkbox.four {
    padding-bottom: 12px;
}

.form-checkbox.four .layui-form-checkbox {
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 10px;
}

.form-checkbox.four .layui-form-checkbox:nth-child(3n) {
    margin-right: 2.5%;
}

.form-checkbox.four .layui-form-checkbox:nth-child(8n) {
    margin-right: 0;
}

.form-checkbox .layui-form-checkbox span {
    padding: 0 0;
    height: 100%;
    font-size: 12px;
    line-height: 1.1;
    border-radius: 3px;
    background-color: #f7f8fa;
    color: #101010;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 1px solid #f7f8fa;
}

.form-checkbox .layui-form-checked span, .form-checkbox .layui-form-checked:hover span {
    background-color: #d0b562;
    color: #fff;
}

.form-checkbox .layui-form-checked:hover span {
    background-color: #d0b562;
}

.form-checkbox .layui-form-checkbox:hover span {
    background-color: #d0b562;
}

.form-checkbox .layui-form-checkbox i {
    display: none;
}

.form-radio {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 8px 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -10px;
    justify-content: flex-start;
}

.threeshow {
    width: 100%;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -10px;
    justify-content: flex-start;
}

.threeshow.show {
    height: auto;
}

.form-radio .layui-form-radio {
    width: auto;
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 10px;
    border-radius: 6px;
}

.form-radio .layui-form-radio:nth-child(3n) {
}

.form-radio.four {
    padding-bottom: 12px;
}

.form-radio.four .layui-form-radio {
    width: auto;
    margin-bottom: 10px;
    float: left;
}

.form-radio.four .layui-form-radio:nth-child(3n) {
    margin-right: 2.5%;
}

.form-radio.four .layui-form-radio:nth-child(8n) {
    margin-right: 0;
}

.form-radio .layui-form-radio div {
    padding: 0 0;
    height: 100%;
    font-size: 14px;
    border-radius: 3px;
    background-color: #f7f8fa;
    color: #101010;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 1px solid #f7f8fa;
    padding: 10px 12px;
    border-radius: 6px;
    letter-spacing: 1px;
}

.form-radio .layui-form-radioed div {
    background-color: #e99415;
    color: #fff;
}

.form-radio .layui-form-radio i {
    display: none;
}

.fr-item {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 6px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fr-item li {
    width: 30.6%;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    background-color: #f7f8fa;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 3.5%;
    margin-bottom: 10px;
    border: 1px solid #f7f8fa;
}

.fr-item li:nth-child(3n) {
    margin-right: 0;
}

.fr-item li.cur {
    background-color: #ffeeee;
    color: #FF648B;
    border: 1px solid #FF648B;
}

.form-input {
    min-width: 100%;
    height: 47px;
    font-size: 15px;
    line-height: 46px;
    padding: 0 10px;
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    color: #101010;
    text-align: right;
}

.form-input.auto {
    width: 100%;
    min-width: auto;
}

.form-input:disabled {
    background: #F9F9F9;
    color: #999999;
}

.form-item .layui-form-switch {
    margin-top: 11px;
}

.form-select {
    min-width: 76%;
    height: 38px;
    background: #FFFFFF;
    border: none;
    font-size: 15px;
    border-radius: 0;
    padding: 0 10px;
    position: relative;
}

.form-textarea {
    min-width: 100%;
    min-height: 75px;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
    background: #FFFFFF;
    color: #101010;
    border: none;
}

.form-textarea2 {
    min-width: 100%;
    min-height: 200px;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px;
    background: #f3f3f4;
    color: #101010;
    border: none;
    margin-bottom: 20px;
}

.btn-submit {
    width: 100%;
    height: 45px;
    background: linear-gradient(90deg, #fc6ea2 0%, #ee3e80 100%);
    opacity: 1;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    color: #FFFFFF;
    margin: 5px 0;
}

.btn-show {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 10px 0 15px 0;
    color: #FF648B;
}

.btn-show i {
    margin-left: 8px;
    margin-right: 0;
}

a.submit, .submit {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 6px 2% 6px 0;
    background: linear-gradient(90deg, #fc6ea2 0%, #ee3e80 100%);
    border: none;
}

.btn-reg {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    color: #fc6ea2;
    margin: 5px 0;
    border: 1px solid #fc6ea2;
}

.form-box {
    width: 88%;
    margin: 0 auto;
    padding: 20px 0;
}

.form-box h2 {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    line-height: 45px;
    margin: 20px 0 38px 0;
}

.form-tips {
    display: block;
    width: 100%;
    text-align: right;
    color: #FF6600;
    font-size: 12px;
    padding: 0 10px 5px 10px;
    line-height: 1.5;
}

.btn-primary {
    color: #fff;
    border-color: #4ec1ff;
    background-color: #4ec1ff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
    border-radius: 5px;
}

input.redcheck[type="checkbox"] {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: -3px;
    line-height: 15px;
    position: relative;
    margin-right: 10px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.redcheck[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    background: url(../images/icon-checkbox-a.png) no-repeat center center;
    background-size: 16px 16px;
}

input.redcheck[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    background: url(../images/icon-checkbox-v.png) no-repeat center center;
    background-size: 16px 16px;
}

.box {
    display: block;
    margin: 8px 0 0 0;
    width: 100%;
    height: auto;
    padding: 0 0;
    background-color: #FFFFFF;
}

.box.pb20 {
    padding-bottom: 20px;
}

.box.boxlist {
    margin: 0px 0 0 0;
}

.dbox {
    display: block;
    margin: 8px 0 0 0;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0 0;
    background-color: #FFFFFF;
}

.dbox.pb20 {
    padding-bottom: 20px;
}

.dtitle {
    display: flex;
    width: 100%;
    padding: 18px 4% 12px 4%;
    font-size: 16px;
    height: 46px;
    justify-content: space-between;
}

.dtitle .fr a {
    color: #FF648B;
    font-size: 12px;
}

.dtitle .fr a.f16 {
    font-size: 16px;
}

.ddesc {
    display: block;
    padding: 0 4%;
    line-height: 1.5;
    color: #999999;
    font-size: 13px;
}

.dcon {
    display: block;
    padding: 0 4% 15px 4%;
}

.dcon img {
    display: block;
    width: 100%;
    height: auto;
}

.detcon {
}

.detcon .fr-item li {
    width: 22.375%;
    margin-right: 3.5% !important;
}

.detcon .fr-item li:nth-child(4n) {
    margin-right: 0 !important;
}

.detphoto-list {
    display: block;
    width: 100%;
    padding: 5px 4% 5px 4%;
}

.detphoto-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    overflow: hidden;
}

.detphoto-list ul.show {
    height: auto;
    overflow: unset;
}

.detphoto-list li {
    width: 22.9375%;
    margin-right: 2.75%;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.detphoto-list li:nth-child(4n) {
    margin-right: 0;
}

.detphoto-list li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detphoto-list li .det-play {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-play.png) no-repeat center center;
    background-size: 30px auto;
    z-index: 90;
}

.detphoto-list li .det-video-txt {
    position: absolute;
    top: 6px;
    font-size: 14px;
    z-index: 80;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #FF648B;
}

.detphoto-list li.btn-jia {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 1px dashed #cccccc;
}

.detphoto-list li.btn-jia i {
    margin-right: 0;
    font-size: 28px;
    color: #cccccc;
    font-weight: bold;
}

.det-more {
    display: block;
    padding: 15px 0 0 0;
    text-align: center;
}

.det-more a {
    color: #808080;
}

.det-more i {
    margin-right: 0;
    margin-left: 5px;
}

.h2title {
    display: flex;
    width: 100%;
    padding: 18px 4% 12px 4%;
    font-size: 16px;
    height: 46px;
    justify-content: space-between;
}

.h2title strong {
    width: 50%;
    font-weight: normal;
}

.box.boxlist .h2title strong {
    font-weight: bold;
}

.h2title strong i {
    display: inline-block;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    vertical-align: top;
    margin-right: 8px;
}

.h2title .more {
    font-size: 13px;
    line-height: 13px;
    color: #808080;
    padding-top: 2px;
}

.h2title .more i {
    font-size: 12px;
    margin-right: 0;
    margin-left: 3px;
}

.h2title .iconfont {
    margin-right: 0;
}

.h2title i.blue {
    background-color: #408AF5;
}

.h2title i.green {
    background-color: #20D274;
}

.h2title i.pink {
    background-color: #FF648B;
}

.h2title i.orange {
    background-color: #FC883D;
}

.h2title i.yellow {
    background-color: #FEAD28;
}

.h3title {
    display: block;
    margin-top: 15px;
    color: #838486;
    font-size: 13px;
    padding: 0 4%;
}

.h4title {
    display: block;
    margin-top: 15px;
    margin-bottom: 4px;
    color: #838486;
    font-size: 13px;
    padding: 0 2%;
}

.auntie-nav {
    display: flex;
    width: 100%;
    padding: 0 5%;
    height: 45px;
    background-color: #FFF;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.auntie-nav li {
    width: auto;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
}

.auntie-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
    position: relative;
}

.auntie-nav li.cur a {
    color: #FF648B;
    font-weight: bold;
}

.auntie-nav li.cur a:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #FF648B;
}

.bottom-btn {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 58px;
    padding: 7px 4%;
    background-color: #FFFFFF;
    justify-content: space-around;
    z-index: 100;
    border-top: 2px solid #ececec;
}

.bottom-btn.save {
    display: block;
    height: 90px;
}

.bottom-btn.save .accept {
    font-size: 15px;
    padding: 5px 5px 10px;
}

.bottom-btn a.nod {
    display: block;
    width: 30%;
    margin-right: 10px;
    height: 42px;
    font-size: 16px;
    color: #333333;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    background: #f3f4f6;
}

.bottom-btn a {
    display: block;
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    background: linear-gradient(90deg, #fc6ea2 0%, #ee3e80 100%);
}

.jia-list {
    display: flex;
    width: 100%;
    padding: 8px 2%;
    flex-direction: row;
    flex-wrap: wrap;
}

.jia-list a {
    width: auto;
    height: 32px;
    line-height: 30px;
    text-align: center;
    padding: 0 8px;
    border-radius: 3px;
    margin-right: 12px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #9c9da0;
    background-color: #FFFFFF;
    border: 1px solid #d6d7d9;
}

.identy-photo {
    display: block;
    width: 100%;
    padding: 15px 4%;
    background-color: #FFFFFF;
}

.identy-photo .idp-add {
    display: block;
    margin: 0 auto;
    width: 188px;
    height: 115px;
    color: #5a5a5a;
    font-size: 16px;
    border-radius: 8px;
    border: 1px dashed #cccccc;
    text-align: center;
    line-height: 113px;
}

.identy-photo .idp-face {
    display: block;
    margin: 0 auto;
    width: 92%;
    height: auto;
    text-align: center;
    color: #868686;
    font-size: 13px;
}

.identy-photo .idp-face img {
    display: block;
    margin: 0 auto 13px auto;
    width: 102px;
    height: auto;
}

.identy-photo .idp-face a {
    color: #868686;
}

/*弹窗*/
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.menu-mask.show {
    display: block;
}

.popbox {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background-color: #f7f8fa;
    padding: 0 0;
    border-radius: 0;
}

.popbox.bgf {
    background-color: #FFFFFF;
}

.popbox.top {
    top: 0;
    bottom: unset;
    padding: 0 0;
    border-radius: 0;
}

.popbox h2 {
    display: block;
    width: 100%;
    padding: 10px 4% 20px 4%;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f4;
}

.popbox h2 i {
    float: right;
    margin-right: 0;
}

.popbox-con {
    display: block;
    width: 100%;
    padding: 10px 4%;
}

.popbox .bottom-btn {
    position: relative;
    border-top: 1px solid #f2f2f4;
}

.btn-pop {
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

.btn-pop.bt12 {
    border-top: 12px solid #f3f4f6;
}

.btn-pop a {
    display: block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
}

.sharebox .title {
    padding: 15px 10px 12px 10px;
    font-size: 14px;
    color: #88898d;
    border-bottom: 1px solid #eeeff1;
}

.sharebox ul {
    display: flex;
    padding-top: 10px;
    padding-bottom: 12px;
}

.sharebox li {
    display: block;
    width: 33.3%;
    text-align: center;
}

.sharebox li .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    width: 63px;
    height: 63px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #dfe0e3;
}

.sharebox li .pic img {
    display: block;
    width: 30px;
    height: auto;
}

.sharebox li span {
    display: block;
    padding-top: 10px;
    color: #404143;
    font-size: 14px;
}

.choose-list {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    margin-bottom: 12px;
    background-color: #FFFFFF;
}

.choose-list li {
    display: block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    background-color: #FFFFFF;
    position: relative;
    border-bottom: 1px solid #ededed;
}

.choose-list li:last-child {
    border-bottom: none;
}

.choose-list li i {
    display: none;
}

.choose-list li.cur {
    color: #FF648B;
}

.choose-list li.cur i {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 20px;
}

/*picker*/
.picker .picker-panel .picker-choose, .picker-choose {
    position: relative;
    height: 45px !important;
    line-height: 45px;
    color: #FF648B !important;
    font-size: 16px !important;
    background-color: #f3f4f6 !important;
}

.picker .picker-panel .picker-choose .picker-title, .picker-choose .picker-title {
    line-height: 45px !important;
    font-size: 14px !important;
    color: #666666 !important;
    text-align: center;
}

.picker .picker-panel .picker-choose .confirm, .picker-choose .confirm {
    color: #FF648B !important;
    right: 0;
    position: absolute;
    padding: 0 10px !important;
    top: 0px !important;
    line-height: 45px;
}

.picker .picker-panel .picker-choose .cancel, .picker-choose .cancel {
    left: 0;
    position: absolute;
    padding: 0 10px !important;
    top: 0px !important;
    line-height: 45px;
}

.picker .picker-panel .picker-choose .cancel, .picker .picker-panel .picker-choose .confirm, .picker-choose .cancel, .picker-choose .confirm, {
    position: absolute;
    padding: 0 10px !important;
    top: 0 !important;
    line-height: 45px !important;
}

/*nation*/
.nation-nav {
    position: fixed;
    width: 22px;
    height: auto;
    right: 4%;
    top: 20vh;
    border-radius: 11px;
    padding: 5px 0;
    text-align: center;
}

.nation-nav a {
    display: block;
    font-size: 13px;
    margin: 10px 0;
    color: #ff658b;
}

.nation-nav a.cur {
    color: #ff658b;
}

.nation-item {
    display: block;
    width: 100%;
}

.nation-item h2 {
    display: block;
    padding: 0 4%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #9a9b9d;
    font-weight: normal;
    background-color: #f7f7f7;
}

.nation-item ul {
    display: block;
}

.nation-item li {
    width: 100%;
    padding: 0 4% 0 4%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 45px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #f2f2f2;
}

.nation-item li.cur {
    color: #ff658b;
    font-weight: bold;
}

/*contract*/
.condesc {
    display: block;
    font-size: 12px;
    color: #9b9ca0;
    padding: 2px 4% 0 4%;
}

.contips {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    color: #9b9ca0;
    border-top: 1px solid #ededf0;
    padding: 10px 4% 10px 4%;
}

/*resumelog*/
.resumelog-list {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.resumelog-list ul {
    display: block;
}

.resumelog-list li {
    display: block;
    padding: 0 10px;
    background-color: #FFF;
    margin-bottom: 8px;
}

.resumelog-list li .rll-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    color: #656565;
    line-height: 45px;
    border-bottom: 1px solid #f3f3f3;
}

.resumelog-list li .rll-top .rll-time {
    font-size: 13px;
}

.resumelog-list li .rll-top .rll-name {
    font-size: 13px;
}

.resumelog-list li .rll-text {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.8;
    color: #FF648B;
}

.resumelog-list li .rll-text p {
    margin: 0 0;
}
/*auntie*/
.auntie-header {
    display: block;
    width: 100%;
    padding: 8px 4% 12px 4%;
    background-color: #FFFFFF;
}

.auntie-header .ah-topbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    margin-bottom: 8px;
}

.auntie-header .ah-topbar .icon-filter {
    font-size: 18px;
    line-height: 35px;
}

.auntie-header .ah-topbar .icon-filter i {
    font-size: 18px;
    margin-right: 3px;
}

.auntie-header .ah-topbar .ah-input, .ah-input {
    display: block;
    width: 66%;
    height: 35px;
    position: relative;
}

.auntie-header .ah-topbar .ah-input input, .ah-input input {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0 20px 0 38px;
    background-color: #f3f4f6;
    border-radius: 18px;
    border: none;
}

.auntie-header .ah-topbar .ah-input i, .ah-input i {
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 18px;
    margin-right: 0;
    color: #7d7d85;
    line-height: 35px;
}

.auntie-header .ah-topbar .icon-add {
    font-size: 18px;
    font-weight: bold;
    margin-right: 0;
}

.auntie-header .ah-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.auntie-header .ah-nav a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 31%;
    height: 46px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #F0F0F0;
}

.auntie-header .ah-nav a.cur {
    color: #FF648B;
    background-color: #ffeeee;
}

.auntie-header .ah-nav a strong {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.auntie-header .ah-nav a span {
    padding-top: 2px;
    display: block;
}

.auntie-header .ah-filter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding-top: 12px;
}

.auntie-header .ah-filter .ahf-type {
}

.auntie-header .ah-filter .ahf-sort {
}

.auntie-header .ah-filter .ahf-sort a {
    margin: 0 2px;
}

.auntie-header .ah-filter .ahf-sort a.cur {
    color: #FF648B;
}

.auntie-list {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.auntie-list ul {
    display: block;
    width: 100%;
}

.auntie-list li {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    background-color: #FFFFFF;
}

.auntie-list .al-topbox {
    display: flex;
    padding: 16px 4% 5px 4%;
}

.auntie-list .al-topbox .al-pic {
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
}

.auntie-list .al-topbox .al-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.auntie-list .al-topbox .al-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.auntie-list .al-topbox .al-name {
    display: flex;
    width: 100%;
    padding-top: 2px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.auntie-list .al-topbox .al-name strong {
    font-size: 20px;
}

.auntie-list .al-topbox .al-name strong i {
    color: #FF648B;
    margin-right: 0;
    font-size: 20px;
    margin-left: 5px;
}

.auntie-list .al-topbox .al-name span {
    display: block;
    width: auto;
    padding: 0 10px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    color: #FF648B;
    border: 1px solid #FF648B;
    border-radius: 5px;
}

.auntie-list .al-topbox .al-name span.up {
    color: #FF6600;
    border: 1px solid #FF6600;
}

.auntie-list .al-topbox .al-info {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.auntie-list .al-topbox .al-info span {
    padding: 0 10px;
}

.auntie-list .al-topbox .al-tag {
    display: flex;
    padding-top: 6px;
    flex-direction: row;
    flex-wrap: wrap;
}

.auntie-list .al-topbox .al-tag span {
    display: block;
    width: auto;
    padding: 3px 5px;
    color: #838383;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.auntie-list .al-desc {
    display: block;
    line-height: 1.3;
    font-size: 14px;
    padding: 0 4%;
    color: #838383;
}

.auntie-list .al-botbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 4%;
    margin-top: 8px;
    border-top: 1px solid #ededed;
}

.auntie-list .al-botbox .al-time {
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: #838383;
}

.auntie-list .al-botbox .al-btn {
    display: flex;
    align-items: center;
}

.auntie-list .al-botbox .al-btn a {
    display: block;
    width: auto;
    min-width: 70px;
    padding: 0 0;
    color: #FF648B;
    background-color: #FFFFFF;
    border: 1px solid #FF648B;
    height: 34px;
    margin: 0 0 0 8px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
}

.auntie-list .al-botbox .al-btn a.cur {
    color: #FFFFFF;
    background-color: #FF648B;
}

.auntie-list .al-botbox .al-btn a.sch {
    height: 30px;
    line-height: 28px;
    color: #333333;
}

/*auntie-detail*/
.detinfo {
    display: flex;
    width: 100%;
    padding: 25px 4%;
    justify-content: space-between;
    background: #FF648B url(../images/bg-det-info.png) no-repeat center top;
    background-size: 100% auto;
}

.detinfo .di-pic {
    width: 31%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

.detinfo .di-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.detinfo .di-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    font-size: 14px;
    color: #FFFFFF;
}

.detinfo .di-name {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.detinfo .di-name strong {
    font-weight: normal;
    margin-right: 8px;
}

.detinfo .di-text p {
    margin: 8px 0;
    line-height: 1;
}

.detauthenticate {
    display: block;
    width: 100%;
    padding: 15px 4%;
    background-color: #FFFFFF;
}

.detauthenticate li {
    display: inline-block;
    align-items: center;
    width: auto;
    margin-right: 12px;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.2;
}

.detauthenticate li:last-child {
    margin-right: 0;
}

.detauthenticate li i {
    margin-right: 3px;
    color: #FF648B;
}

.detbox {
    display: block;
    margin: 8px 0 0 0;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0 0;
    background-color: #FFFFFF;
}

.detbox.pb20 {
    padding-bottom: 20px;
}

.detitle {
    display: flex;
    width: 100%;
    padding: 18px 4% 12px 13%;
    font-size: 18px;
    height: 46px;
    justify-content: space-between;
    background: url(../images/icon-dettitle.png) no-repeat 4% center;
    background-size: auto 26px;
}

.home-banner {
    display: block;
    width: 100%;
    padding: 0 4%;
    height: auto;
}

.home-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.childbanner {
    display: block;
    width: 100%;
    height: auto;
}

.childbanner img {
    display: block;
    width: 100%;
    height: auto;
}

.det-con {
    display: block;
    padding: 0 4%;
    font-size: 14px;
    line-height: 1.5;
}

.det-basic {
    display: block;
    padding: 0 4%;
    font-size: 14px;
    line-height: 1.8;
}

.det-basic strong {
    display: inline-block;
    width: 63px;
    margin-right: 5px;
    text-align: justify;
    text-align-last: justify;
    font-weight: normal;
}

.det-basic p {
    margin: 5px 0;
}

.detleft {
    display: block;
    width: 100%;
    padding: 10px 4% 0 4%;
}

.detleft ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    height: 264px;
    overflow: hidden;
}

.detleft ul.show {
    height: auto;
    overflow: unset;
}

.detleft li {
    width: 31.5%;
    margin-right: 2.75%;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

.detleft li:nth-child(3n) {
    margin-right: 0;
}

.detleft li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detleft li .det-play {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-play.png) no-repeat center center;
    background-size: 30px auto;
    z-index: 90;
}

.detleft li .det-video-txt {
    position: absolute;
    top: 6px;
    font-size: 14px;
    z-index: 80;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #FF648B;
}

.det-more {
    display: block;
    padding: 15px 0 0 0;
    text-align: center;
}

.det-more a {
    color: #808080;
}

.det-more i {
    margin-right: 0;
    margin-left: 5px;
}

.detcertificate {
    display: block;
    width: 100%;
    padding: 10px 4% 0 4%;
}

.detcertificate ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.detcertificate li {
    width: 31.5%;
    margin-right: 2.75%;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.detcertificate li:nth-child(3n) {
    margin-right: 0;
}

.detcertificate li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detpraise {
    display: block;
    width: 100%;
    padding: 10px 4% 0 4%;
}

.detpraise ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 296px;
    overflow: hidden;
    flex-direction: row;
}

.detpraise ul.show {
    height: auto;
}

.detpraise li {
    width: 40%;
    margin: 0 2.2%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 8px 8px;
    min-height: 280px;
    box-sizing: content-box;
    background-color: #f5bfd7;
}

.detpraise li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detservice {
    display: block;
    width: 100%;
    padding: 0 4%;
}

.detservice ul {
    display: block;
    height: 208px;
    overflow: hidden;
}

.detservice ul.show {
    height: auto;
    overflow: unset;
}

.detservice li {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    background: url(../images/dot-det-service.png) no-repeat 5px 8px;
    background-size: 9px auto;
    padding-left: 28px;
    margin: 5px 0;
    height: 63px;
    overflow: hidden;
}

.detservice li strong {
    display: block;
    font-weight: normal;
}

/*schedule*/
.confinement-filter {
    display: flex;
    width: 100%;
    padding: 0 4%;
    height: 47px;
    background-color: #FFF;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid #eaebef;
}

.confinement-filter .cf-item {
    width: auto;
    height: 100%;
    padding-right: 15px;
}

.confinement-filter .cf-item h2 {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    z-index: 100;
    line-height: 47px;
    color: #000;
}

.confinement-filter .cf-item h2:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #b9bec2;
    z-index: 999;
    transition: all 0.1s linear;
    margin-left: 7px;
    position: absolute;
    bottom: 21px;
}

.confinement-filter .cf-item.cur h2 {
    color: #FF648B;
}

.confinement-filter .cf-item.cur h2:after {
    border-top: 4px solid #FF648B;
}

.confinement-filter .cf-item ul {
    display: none;
}

.confinement-filter .cf-item:hover ul {
    display: block;
    position: absolute;
    width: 100%;
    top: 47px;
    left: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
    z-index: 99999;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
}

.confinement-filter .cf-item:hover ul li {
    padding: 0 4%;
    line-height: 43px;
    font-size: 13px;
    color: #626262;
    border-bottom: 1px solid #f7f7f7;
}

.confinement-filter .cf-item:hover ul li a {
    color: #626262;
}

.confinement-filter .cf-item:hover ul li.cur a {
    color: #FF648B;
}

.confinement-filter .cf-item .cf-con {
    display: none;
}

/*.confinement-filter .cf-item h2:hover:after{
transform:rotate(-180deg);
}*/
.confinement-filter .cf-item:hover .cf-con {
    display: block;
    position: absolute;
    width: 100%;
    top: 47px;
    left: 0;
    padding: 10px 21%;
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
    z-index: 99;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
}

.confinement-sort {
    display: block;
    width: 100%;
    padding: 0 4%;
    margin-top: 6px;
}

.confinement-sort ul {
    display: flex;
}

.confinement-sort li {
    width: 24%;
    text-align: center;
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
    margin-right: 2%;
    border-radius: 3px;
    background-color: #fafafa;
}

.confinement-sort li:last-child {
    margin-right: 0;
}

.confinement-sort li.cur {
    background-color: #ffeeee;
    color: #FF648B;
}

.confinement-sort li.cur a {
    color: #FF648B;
}

.confinement-sort li a {
    display: block;
    width: 100%;
    height: 100%;
}

.schedule-add {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #FF648B;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}

.schedule-add a {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.2;
}

.cx-table table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cx-table .layui-table td, .cx-table .layui-table th {
    padding: 0 0;
    border-color: #f7f8f9;
}

.cx-table .layui-table th {
    height: 26px;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.cx-table .layui-table td {
    height: 50px;
    width: 14%;
    border-bottom: 1px solid #dedfe1;
    position: relative;
}

.cx-table .layui-table td.name {
    background-color: #F3F3F3;
}

.cx-table .layui-table td .bar {
    display: block;
    position: absolute;
    bottom: 0;
    width: auto;
    height: 36px;
    background-color: #ffeee6;
}

.sd-list {
    display: flex;
    padding-top: 15px;
    padding-top: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

.sd-list li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
    border: 1px solid #EAEAEA;
}

.sd-list li strong {
    display: block;
    padding-top: 8px;
    padding-bottom: 3px;
    text-align: center;
    line-height: 1.5;
}

.sd-list li:nth-child(2n) {
    margin-right: 0;
}

.sd-list li img {
    display: block;
    width: 100%;
    height: auto;
}

.popcontract {
    display: block;
    left: 10%;
    top: 50%;
    width: 80%;
    height: auto;
    position: absolute;
    background-color: #FFFFFF;
    padding: 0 0;
    border-radius: 0;
    transform: translateY(-50%);
}

.topface {
    display: flex;
    width: 100%;
    height: 58px;
    padding: 15px;
    align-items: center;
    background-color: #FF648B;
    position: relative;
}

.topface .pic {
    display: block;
    width: auto;
    height: 40px;
    margin-right: 15px;
}

.topface .pic img {
    width: auto;
    height: 100%;
}

.topface .text {
    color: #FFFFFF;
}

.topface .text strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.topface .text span {
    display: block;
    font-size: 14px;
}

.topface i {
    position: absolute;
    right: 15px;
    top: 19px;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 0;
}

.contract-list {
    display: block;
    padding: 5px 10px 10px 10px;
}

.contract-list li {
    display: block;
    padding-left: 18px;
    padding: 15px 8px 15px 18px;
    border-bottom: 1px solid #eaeaea;
    justify-content: space-between;
    position: relative;
}

.contract-list li:last-child {
    border-bottom: none;
}

.contract-list li:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #009900;
}

.contract-list li .time {
    display: block;
    color: #333333;
    margin-bottom: 10px;
}

.contract-list li .time i {
    float: right;
    font-size: 14px;
    margin-right: 0;
}

.contract-list li .name {
    display: flex;
    justify-content: space-between;
    color: #8b8b8b;
}

.contract-list li .name span {
}

.contract-btn {
    display: flex;
    padding: 13px;
    border-top: 1px solid #eaeaea;
}

.contract-btn a {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    padding: 0 12%;
    color: #FF648B;
    border-right: 1px solid #eaeaea;
}

.contract-btn a:last-child {
    border-right: none;
}

.threeshow div {
    width: auto;
    float: left;
}

#aa_1 {
    display: none;
}

#aa_2 {
    display: none;
}

#aa_3 {
    display: none;
}

#aa_4 {
    display: none;
}

#aa_5 {
    display: none;
}

#aa_6 {
    display: none;
}

#aa_7 {
    display: none;
}

#aa_8 {
    display: none;
}

#aa_9 {
    display: none;
}

#aa_10 {
    display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .form-radio .layui-form-radio div {
        padding: 0 0;
        height: 100%;
        font-size: 14px;
        border-radius: 3px;
        background-color: #f7f8fa;
        color: #101010;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: block;
        text-align: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        border: 1px solid #f7f8fa;
        padding: 7px 6px;
        border-radius: 6px;
        letter-spacing: 1px;
    }

}