body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 14px/1.5 微软雅黑;
}

body {
    min-width: 1096px;
    color: #252525;
    background-color: #EAE6E2
}

ul, ol {
    list-style: none;
}

a {
    color: #252525;
    text-decoration: none;
    transition: color .25s ease, background-color .25s ease;
}

/*a:hover {*/
    /*text-decoration: underline;*/
/*}*/

button {
    border: none;
    outline: none;
}

input,
select,
textarea {
    outline: none;
}

input::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #ccc;
}

input:-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
}

input::-moz-placeholder {
    letter-spacing: 0;
    color: #ccc;
}

input[type='password'] {
    letter-spacing: 6px;
}

select {
    -webkit-appearance: none;
    border: 1px #ccc solid;
    border-radius: 3px;
    background-image: url(/static/reparo/web/images/select.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.check-box:before,
.radio-label:before {
    font-family: 'iconfont';
    content: '\e644';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #F9F7F6;
    border: 1px #ccc solid;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
    color: #fff;
    vertical-align: unset;
}

.check-box.checked:before,
.radio-label.checked:before {
    border: 1px #F5A623 solid;
    background-color: #F5A623;
    color: #fff;
}

img {
    display: block;
    border: 0;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.light {
    color: #9B9B9B;
}

.gray {
    color: #4A4A4A;
}

.them {
    color: #F5A623
}

.them-dark {
    color: #8B572A;
}

.succeed {
    color: #71B724;
}

.warn {
    color: #D0021B;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt32 {
    margin-top: 32px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr:after {
    content: "";
    display: block;
    clear: both;
}

.btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #F5A623;
    color: #452408;
    border: 1px #F5A623 solid;
    transition: all .25s ease;
    border-radius: 3px;
    cursor: pointer;
}

.btn:hover {
    background-color: #EDAD44;
}

.btn:active {
    background-color: #C8871C;
}

.btn-o {
    border-radius: 100px;
}

.btn-min {
    padding: 0.2em .8em;
}

.btn-list-min {
    padding: 0.05em 1.2em;
}

.btn-thin {
    background-color: transparent;
    border: 1px #ccc solid;
    box-sizing: content-box;
}

.btn-thin:hover {
    background-color: #EAE6E2;
    box-sizing: content-box;
    color: #3A3A3A;
}

.btn-thin:active {
    background-color: #CCC;
}

.btn-thin-model {
    background-color: #fff;
    border: 1px #F5A623 solid;
    color: #F5A623;
}

.btn-thin-model:hover {
    box-sizing: content-box;
    background-color: #F5A623;
    color: #3A3A3A;
}

.btn-thin-model:active {
    border: 1px #3A3A3A solid;
    background-color: #CCC;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.btn-disabled,
.btn-disabled:hover {
    color: #888;
    background-color: #ccc;
    border: 1px #ccc solid;
    cursor: default;
}

.form-control {
    padding: 8px 10px;
    border: 1px #ccc solid;
    border-radius: 3px;
    font-size: 14px;
    color: #4A4A4A;
    transition: .25s
}

.form-control:focus {
    border: 1px #F5A623 solid;
    box-shadow: 0 0 3px rgba(245, 166, 35, .6);
}

.input-block {
    width: 100%;
    box-sizing: border-box;
}

.form-item {
    margin-bottom: 16px;
    position: relative;
}

.form-item input[type='checkbox'],
.form-item input[type='radio'] {
    position: absolute;
    left: -999999px;
}

.form-item textarea {
    width: 380px;
    height: 80px;
    vertical-align: top;
    resize: vertical;
}

.form-label {
    display: inline-block;
    color: #4A4A4A;
    width: 5em;
    margin-right: 10px;
}

.form-item-inline {
    display: inline-block;
    line-height: 32px;
}

.form-tips {
    color: #D0021B;
}

.header {
    height: 60px;
    background-color: #282828;
}

.header a {
    color: #fff
}

.wrap {
    width: 1068px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    display: block;
    width: 200px;
    float: left;
    margin-top: 16px;
    line-height: 14px;
}

.logo > img {
    width: 65px;
    height: 31px;
    float: left;
    margin-right: 8px;
    margin-top: -3px;
}

.logo > h1 {
    font-size: 14px;
    font-weight: 300;
}

.logo-sub {
    font-size: 13px;
    font-weight: 100;
}

.nav {
    float: left;
    margin-left: 100px;
}

.nav li {
    float: left;
}

.nav li a {
    display: block;
    height: 60px;
    padding: 0 28px;
    font-size: 16px;
    line-height: 60px;
}

.logo:hover,
.nav li a:hover,
a.btn, .index-selection > li > a {
    text-decoration: none;
}

.nav li a:hover {
    color: #F5A623;
    background-color: rgba(0, 0, 0, .2);
}

.header-r {
    float: right;
    height: 60px;
    line-height: 60px;
    color: #4A4A4A;
    position: relative;
}

.mulogin a {
    padding: 3px 5px;
    color: #9B9B9B;
}

.header-user-avatar {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border-radius: 50%;
}

.header-user-menu {
    position: relative;
    padding: 0 10px;
}

.header-user-menu:hover {
    background-color: #000;
}

.header-user-menu-sub {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    z-index: 999;
}

.header-user-menu a {
    text-decoration: none;
}

.header-user-menu-sub a {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #000;
}

.header-user-menu-sub a:hover {
    background-color: #282828;
}

.header-tongzhi {
    display: inline-block;
    position: relative;
    font-size: 20px;
    margin-right: 12px;
}

.header-tongzhi .icon-tongzhi {
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

.header-tongzhi .num {
    position: absolute;
    top: 12px;
    right: 0px;
    min-width: 12px;
    height: 16px;
    padding: 0 2px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border-radius: 16px;
    background-color: #F5A623;
    pointer-events: none;
}

.header-tongzhi .num0 {
    display: none;
}

.header-tongzhi-box {
    display: none;
    position: absolute;
    top: 60px;
    left: -218px;
    width: 240px;
    padding: 10px;
    background-color: #fff;
    border: 1px #ccc solid;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    z-index: 99;
}

.header-tongzhi-box:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg);
}

.header-tongzhi-list {
    border-top: 1px #ccc solid;
    margin-bottom: 10px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.header-tongzhi-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.header-tongzhi-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.header-tongzhi-list::-webkit-scrollbar-track {
    border-radius: 0;
    background: #EAE6E2;
}

.header-tongzhi-list li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 3px;
    border-bottom: 1px #EAE6E2 dotted;
}

.header-tongzhi-list li:before {
    position: absolute;
    top: 13px;
    left: 1px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #F5A623;
}

.header-tongzhi-list li a {
    padding: 0;
    color: #4A4A4A;
}

.footer {
    color: #9B9B9B;
    padding: 45px 0;
    font-size: 13px;
    background-color: #fff;
}

.footer-col {
    width: 355px;
    min-height: 180px;
    float: left;
    border-right: 1px #EAE6E2 solid;
}

.footer-col:last-child {
    border-right: none;
}

.footer-item {
    width: 118px;
    float: left;
    line-height: 20px;
}

.footer-sub-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.footer-hezuo,
.footer-contact {
    margin-left: 28px;
}

.footer-hezuo > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-call {
    font-size: 24px;
    color: #8B572A;
}

.footer-qrcode {
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
}

.copyright {
    padding: 16px 0;
    text-align: center;
    background-color: #F9F7F6;
    color: #9B9B9B;
    line-height: 2;
}

.copyright a {
    color: inherit;
}

/*é¦–é¡µ*/
.banner {
    height: 200px;
    padding-top: 50px;
    text-align: center;
    background-position: center top;
    background-repeat: repeat-x;
}

.banner-btn {
    margin-top: 26px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.banner-title {
    font-size: 32px;
    color: #fff;
}

.banner-sub-title {
    margin-top: 10px;
    font-weight: 100;
    color: #fff;
}

.block1, .index-video {
    margin-top: 46px;
    text-align: center;
}

.blobk1-title {
    font-size: 24px;
    margin-bottom: 28px;
}

.icon-block-item {
    width: 235px;
    height: 300px;
    float: left;
    margin: 16px;
    background-color: #fff;
    border-radius: 3px;
}

.icon-block-item > img {
    display: inline-block;
    margin-top: 60px;
}

.icon-blobk-title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.icon-blobk-text {
    margin-top: 10px;
    color: #9B9B9B;
    font-weight: 100;
}

.index-video {
    padding-top: 80px;
    height: 420px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-title {
    color: #fff;
    font-size: 36px;
}

.step {
    position: relative;
}

.step li {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 30px 100px 100px;
    line-height: 60px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 42px;
    color: #4A4A4A;
    z-index: 99;
}

.step:after {
    content: "";
    display: block;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -265px;
    width: 530px;
    height: 5px;
    background-color: rgba(255, 255, 255, .6);
}

.video-btn {
    font-size: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

.index-selection-wrap {
    padding: 68px 0;
    background: url(/static/reparo/web/images/bg.jpg);
}

.index-selection-header h2 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}

.index-selection-text {
    margin-top: 10px;
    color: #9B9B9B;
    font-size: 16px;
}

a.index-selection-more {
    float: right;
    font-size: 18px;
    color: #F5A623;
}

.index-selection ul {
    margin-top: 58px;
}

.index-selection ul > li {
    width: 335px;
    float: left;
    margin: 0 16px;
    border-radius: 3px;
    overflow: hidden;
}

.index-selection ul > li > a {
    display: block;
    background-color: #fff;
    text-decoration: none;
}

.index-selection ul > li > a > img {
    width: 335px;
    height: 335px;
    transition: opacity .25s ease;
}

.index-selection ul > li > a:hover > img {
    opacity: .8
}

.index-selection ul > li > a > h3 {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

/*æ¨¡åž‹é¡µ*/
.model-search-holder {
    padding-top: 24px;
    padding-bottom: 24px;
}

.model-search-holder .form-control {
    width: 320px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.model-search-holder .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.sort-bar {
    color: #4A4A4A;
    text-align: center;
    background-color: #FFF;
}

.sort-wrap {
    padding: 24px 0;
}

.sort-item {
    margin: 0 20px;
}

.sort-item:hover,
.sort-item.in {
    text-decoration: none;
    color: #8B572A;
}

a.sort-tab-item {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
}

.sort-tab-item.in:after,
a.sort-tab-item:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 4em;
    height: 2px;
    background-color: #F5A623;
}

.model-list {
    width: 1096px;
    margin: 16px auto;
}

.model-list .empty {
    height: 280px;
}

.model-item {
    width: 242px;
    margin: 16px;
    float: left;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.model-item-cover {
    width: 242px;
    height: 242px;
    transition: opacity .25s ease;
}

.model-item-cover:hover {
    opacity: 0.8;
}

.model-item-txt {
    padding: 10px 0 10px 10px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.model-item-info {
    padding-left: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #9B9B9B;
    padding-bottom: 10px;
    width: 100%
}

.badge {
    color: #9B9B9B;
    padding: 4px 9px;
    border-radius: 3px;
    background: #F9F7F6;
}

.badge-it {
    color: #9B9B9B;
    border-radius: 3px;
    background: #F9F7F6;
    float: left;
    padding-right: 5px;
}

.badge-icon {
    color: #9B9B9B;
    border-radius: 3px;
    background: #F9F7F6;
    float: right;
    padding-right: 5px;
    margin-right: 10px;
}

.badge-jing {
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    background: #F5A623;
    font-size: 14px;
    margin-left: 6px;
}

.badge-wei {
    color: #F5A623;
    padding: 4px 9px;
    border-radius: 3px;
    background: #FFF8DC;
}

.badge-shibai {
    color: #FF5C47;
    padding: 4px 9px;
    border: 1px #EAE6E2 solid;
    border-radius: 3px;
    background: #FFE4E1;
}

.badge-cheng {
    color: #7ED321;
    padding: 4px 9px;
    border-radius: 3px;
    background: #F0FFF0;
}

.model-item-footer {
    margin: 10px;
    padding-top: 10px;
    font-size: 13px;
    color: #4A4A4A;
    border-top: 1px #EAE6E2 solid;
}

.item-avatar {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.page-wrap {
    margin: 16px 0 32px;
    text-align: center;
}

.page-wrap a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 15px;
    color: #9B9B9B;
    background-color: #fff;
    text-decoration: none;
    border: 1px #ccc solid;
    margin: auto 1px;
}

.page-wrap span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 15px;
    text-decoration: none;
    border: 1px #F5A623 solid;
    background-color: #F5A623;
    color: #452408;
    margin: auto 1px;
}

.page-wrap span.layui-laypage-spr {
    border: 1px #ccc solid;
    background-color: white;
}

.page-wrap a.page-current {
    border: 1px #F5A623 solid;
    background-color: #F5A623;
    color: #452408;
}

.page-wrap a.page-current:hover {
    color: #452408;
}

.page-wrap a:hover {
    color: #F5A623
}

.page-wrap a.disabled {
    color: #ccc;
    background-color: #F9F7F6;
    cursor: default;
}

/*æ¨¡åž‹è¯¦ç»†é¡µ*/
.model-detail-top-cover {
    height: 500px;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.model-detail-top-cover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.play-btn {
    padding: 10px 30px;
    margin-top: 180px;
    font-size: 28px;
    position: relative;
    z-index: 99;
}

.model-detail-cont {
    position: relative;
    top: -100px;
    background-color: #fff;
}

.model-detail-cont:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 304px;
    height: 100%;
    width: 1px;
    background-color: #EAE6E2;
}

.cont-l {
    width: 700px;
    padding: 32px;
    float: left;
}

.crumbs {
    margin-bottom: 32px;
}

.model-detail-cont h2 {
    font-size: 28px;
}

.iconfont {
    font-size: inherit !important;
}

.model-detail-meta a {
    text-decoration: none;
    margin-right: 10px;
}

.model-info {
    display: table;
    padding: 20px 0;
    width: 100%;
    margin-top: 32px;
    background-color: #F9F7F6;
}

.model-info-item {
    display: table-cell;
    width: 100px;
    text-align: center;
}

.model-info-item > .iconfont {
    font-size: 56px !important;
}

.model-cont-header {
    position: relative;
    margin-top: 50px;
}

.model-cont-header:after {
    content: "";
    display: block;
    position: absolute;
    left: -32px;
    top: 0;
    width: 12px;
    height: 100%;
    background-color: #F5A623
}

.model-cont-header > h3 {
    font-size: 18px;
    font-weight: normal;
}

.model-cont-text p,
.model-cont-text {
    text-indent: 2em;
    margin-top: 10px;
}

.dianzan-holder {
    text-align: center;
    margin-top: 60px;
}

.comment-input {
    width: 100%;
    box-sizing: border-box;
}

.comment-list {
    margin-top: 32px;
}

.comment-item {
    position: relative;
    padding-left: 58px;
    margin-top: 16px;
}

.comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50px;
}

.comment-text {
    margin-top: 5px;
    padding-bottom: 16px;
    border-bottom: 1px #EAE6E2 dotted;
}

.comment-replay {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.comment-item:hover .comment-replay {
    display: block;
}

.comment-load {
    margin-top: 32px;
    text-align: center;
}

.cont-r {
    float: left;
    width: 304px;
}

.model-detail-author {
    padding: 32px 0;
    text-align: center;
}

.model-detail-author img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.siderlist {
    padding: 20px;
}

.sider-title {
    padding-top: 20px;
    padding-left: 20px;
    border-top: 1px #EAE6E2 solid;
}

.siderlist li {
    overflow: hidden;
    margin-bottom: 10px;
}

.siderlist.sider-article-list li {
    position: relative;
    padding-left: 12px;
}

.siderlist.sider-article-list li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    width: 2px;
    height: 2px;
    background-color: #888;
}

.siderlist.sider-model-list li {
    margin-bottom: 20px;
}

.siderlist .cover-holder {
    display: block;
    float: left;
    margin-right: 10px;
}

.siderlist .cover-holder img {
    width: 100px;
    height: 100px;
}

.model-play-holder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99;
}

#model-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.model-control-tips {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

#model-control-tips-txt {
    display: none;
    padding: 3px 8px;
    border-radius: 100px;
    border: 1px #555 solid;
    background-color: rgba(0, 0, 0, .6);
    color: #F5A623;
    font-size: 13px;
}

.model-control {
    position: absolute;
    bottom: 32px;
    left: 50%;
    width: 420px;
    margin-left: -210px;
    display: table;
    text-align: center;
    line-height: 32px;
    border-collapse: collapse;
}

.model-control-btn {
    display: table-cell;
    width: 10px;
    color: #ccc;
    border: 1px #333 solid;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
    font-size: 13px;
    transition: background .25s ease, color .25s ease;
}

.model-control-btn:hover {
    color: #F5A623;
}

.model-control-btn:active {
    color: #F5A623;
    background-color: rgba(0, 0, 0, .9);
}

.model-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    line-height: 58px;
    color: #FFF;
    font-size: 32px;
    z-index: 999;
}

.model-close:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 50px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .6) rgba(0, 0, 0, .6) transparent transparent;
}

/*ç™»å½•*/
.login-wrap {
    padding: 50px 0;
    background: url(/static/reparo/web/images/index-banner.jpg);
}

.login-header-logo {
    color: #fff;
    text-align: center;
}

.login-header-logo > img {
    display: inline-block;
    vertical-align: top;
}

.login-header-logo > h2 {
    line-height: 38px;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
}

.login-box {
    margin: 30px auto;
    width: 288px;
    height: 288px;
    padding: 46px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.login-switch {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 48px;
    line-height: 1;
    color: #888;
    transition: color .25s ease;
    cursor: pointer;
    z-index: 99;
}

.login-switch:hover {
    color: #F5A623;
}

.login-tab {
    border-bottom: 1px #ccc solid;
    margin-bottom: 28px;
}

.login-tab input {
    position: absolute;
    left: -99999999px;
}

.login-tab-nav {
    float: left;
    height: 38px;
    margin-right: 25px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.login-tab-nav.in:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.login-box .icon-web_l {
    display: none;
}

.switch-weixin .icon-web_l {
    display: inline-block;
}

.switch-weixin .icon-wx_l {
    display: none;
}

.login-weixin-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 46px;
    width: 288px;
    text-align: center;
    background-color: #fff;
}

.switch-weixin .login-weixin-box {
    display: block;
}

.login-weixin-box .qrcode {
    width: 186px;
    height: 186px;
    display: inline-block;
}

.send-verify,
.pw-view {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    color: #8B572A;
    line-height: 37px;
    cursor: pointer;
}

.send-verify.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.form-box-wrap,
.result-box-wrap {
    margin-top: 38px;
    margin-bottom: 38px;
    padding-top: 50px;
    background-color: #fff;
    min-height: 420px;
}

.form-box-header {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.form-box {
    width: 288px;
    margin: 0 auto;
}

.form-box .form-tips {
    position: absolute;
    top: 9px;
    left: 103%;
    width: 280px;
}

.form-box .form-tips-line-reset .form-tips {
    top: 0;
}

.result-box-wrap {
    text-align: center;
}

.result-icon {
    font-size: 108px;
    line-height: 1.2;
}

.result-icon .icon-chenggong {
    color: #71B724;
}

.result-icon .icon-shibai {
    color: #D0021B;
}

.empty {
    text-align: center;
    padding: 2em 0;
    color: #ccc;
}

.user-page-header-bg {
    height: 250px;
}

.user-page-info {
    position: relative;
    text-align: center;
    padding: 50px 0 32px;
    background-color: #fff;
}

.user-page-info .user-avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    border-radius: 80px;
}

.about-cont {
    background-color: #fff;
    padding: 60px;
    margin-bottom: 32px;
}

.about-cont h2 {
    font-size: 32px;
    text-align: center;
}

.about-cont p,
.about-cont li {
    margin: 10px 0;
}

.about-cont h3 {
    margin-top: 20px;
}

.about-cont ul > ul {
    padding-left: 32px;
}

/*éšè—ç»Ÿè®¡*/
#cnzz_stat_icon_1274147141 {
    display: none;
}

.model-list-btn {
    float: right;
}

.model-list-btn a {
    margin-left: 5px;
}

.model-jindu {
    width: 300px;
}

.model-select-type {
    width: 180px;
}

.model-list-search {
    width: 210px;
    border-radius: 3px 0 0 3px;
}

.model-search-btn {
    border-radius: 0 3px 3px 0;
}

.fenxiang {
    float: left;
}

.fenxiang-img {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

/*æ¨¡åž‹åœºæ™¯*/
.c-tubiao {
    height: 689px;
    width: 60px;
    float: left;
    border-right: #ccc solid 1px;
    background: #eee;
}

.c-tubiao li {
    text-align: center;
}

.c-tubiao img {
    margin-top: 10px;
}

.c-tubiao p {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

.c-iframe {
    width: 704px;
    height: 689px;
    border: none;
    float: left;
}

.c-in {
    background-color: #FFDEAD;
}

.c-title {
    width: 244px;
    height: 41px;
    border-bottom: solid 1px #ccc;
    line-height: 41px;
    text-align: left;
}

.c-title span {
    padding-left: 14px;
}

.c-title i {
    float: right;
    padding-right: 14px;
}

.c-you {
    height: 689px;
    width: 254px;
    text-align: center;
    position: absolute;
    margin-left: 824px;
}

.c-you-btn {
    height: 383px;
    float: left;
    /*border-bottom: solid 1px #ccc;*/
    margin-bottom: 10px;
}

.btn-c {
    width: 183px;
    margin-top: 20px;
}

.c-saoma {
    font-size: 14px;
    color: #3A3A3A;
    text-align: center;
}

.c-saoma-img img {
    margin: 10px 20px;
    width: 200px;
}

.c-form {
    text-align: left;
    color: #3A3A3A;
    font-size: 12px;
    margin: 15px 0 5px 14px;
}

.c-form p {
    width: 219px;
    margin-bottom: 5px;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
}

.c-form input {
    width: 196px;
    padding: 5px 10px;
}

.c-xtubiao {
    padding: 10px;
    width: 196px;
    height: 147px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.c-xtubiao img {
    width: 36px;
    margin: 6px 14px;
    float: left;
}

.c-dibu {
    /*bottom: 0;*/
    /*position: absolute;*/
    /*border-top: solid #ccc 1px;*/
    margin-top: 10px;
    width: 244px;
}

.btn-dibu {
    background: #F5A623;
    border-radius: 100px;
    padding: 4px 30px;
    margin: 15px 9px;
}

.c-textarea {
    width: 195px;
    height: 106px;
}

.c-lists {
    float: left;
    margin-top: 20px;
    height: 550px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*margin-left: 14px;*/
}

.c-lists::-webkit-scrollbar {
    display: none;
}

.c-lists li {
    width: 215px;
    height: 32px;
    line-height: 32px;
    background: #F8EBD6;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 10px;
    display: inline-flex;
    margin-right: 20px;
    margin-left: 14px;
}

.c-lists-img {
    width: 23px;
    margin: 4px;
}

.c-sc {
    color: red;
    margin-left: 10px;
}

.c-lists h4 {
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-hide {
    display: none;
}

.c-upload-list i {
    color: red;
}

.c-upload-list img {
    width: 60px;
    height: 40px;
    margin: 0 10px 0 0;
}

.upload-img {
    width: 100px;
    float: left;
    margin: 5px 0;
}

.play-content {
    pointer-events: auto;
    letter-spacing: 0;
    text-align: justify;
    line-height: 21px;
    border-radius: 10px;
    background: #FFFAFA;

}

.tuwen_title {
    font-size: 18px;
    text-align: center;
    margin-top: 13px;
}

#tuwen_img {
    margin: 20px 0 0 20px;
}

#tuwen_wen {
    padding: 20px;
}

.shuiyin {
    color: #ccc;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    bottom: 0.5%;
    right: 0.5%;
    display: table;
    text-align: center;
    border-collapse: collapse;
}

.shuiyin img {
    width: 40px;
    margin-right: 5px;
}

#cj {
    background-color: #fff;
    width: 500px;
    cursor: pointer;
    position: absolute;
    top: 10%;
    left: 38%;
    text-align: left;
    color: #3A3A3A;
    border-collapse: collapse;
    max-height: 710px;
    overflow: auto;
    display: none;
}

#cj-bt {
    font-size: 18px;
    text-align: center;
    margin: 3%;
}

#cj-wz {
    padding: 0 2% 3% 4%;
}

#cj-yp audio {
    width: 92%;
    margin: 0 0 3% 4%;
}

#cj-sp video {
    width: 92%;
    margin: 0 0 3% 4%;
}

.cj-gb {
    right: 10px;
    position: absolute;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    max-width: 460px;
}

.mi-heard {
    padding: 16px 0 5px 5px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 10px;
}

.mi-title {
    font-size: 22px;
    font-weight: normal;
}

.mi-heard select {
    height: 24px;
    width: 53px;
    line-height: 24px;
    font-size: 12px;
}

.m-image {
    width: 1096px;
    margin: 16px auto;
    font-size: 12px;
}

.m-image li {
    margin: 5px 5px 15px 5px;
    float: left;
    text-align: center;
}

.m-image li p {
    background: #fff;
    padding: 2px;
    overflow: hidden;
    width: 95px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-image img {
    width: 99px;
}

.mi-tishi {
    text-align: center;
    margin: 80px auto;
    font-size: 18px;
    font-weight: normal;
}

.container-add {
    margin-top: 20px;
}

.user-model-cont-add {
    border: 1px #ccc solid;
    width: 210px;
    height: 340px;
    float: left;
    margin-left: 80px;
    line-height: 26px;
    box-shadow: rgb(229, 229, 229) 0 0 5px 1px;
    border-radius: 2px;
    font-size: 16px;
}

/*æ¨¡åž‹æ–°å¢žé¡µé¢*/
.container-title {
    font-size: 28px;
    text-align: center;
}

.container-type {
    font-size: 18px;
    color: #252525;
    margin: 10px 0 35px 0;
    text-align: center;
}

.container-btn {
    width: 210px;
    text-align: center;
}

.container-add i {
    color: #F5A623;
}

.container-add span {
    font-size: 14px;
    color: #4A4A4A;
}

.container-content {
    height: 220px;
}

.cube {
    top: 38%;
    position: relative;
    margin: 0 auto;
    width: 32px;
}
