@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, dl, dd, dt, form, p, hr, h1, h2, h3, h4, h5, h6, b, i, strong, textarea {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Helvetica, 'Microsoft YaHei', Arial;
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*i, a {
    display: block;
}

a {
    text-decoration: none;
    font-size: 14px;
}

span, label {
    display: inline-block;
}*/

button, input, select, textarea {
    outline: none;
}

input[type="button"], input[type="submit"], input[type="date"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

input[type="file"] {
    font-size: 0;
}

textarea {
    -webkit-appearance: none;
}

body {
    background: #fff;
    /*
        overflow: hidden;
        height:100%;
    */
}

html {
    /*
        overflow: hidden;
        height:100%;
    */
}

.divclear {
    clear: both;
}


/*隐藏滚轮*/
/*
::-webkit-scrollbar {
display: none;
}
*/


.main {
    display: block;
    width: 100%;
    padding-top: 80px;
}


.head {
    display: block;
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    box-shadow: 0 0 12px #ffecc0;
}

.head .logo {
    display: block;
    width: 188px;
    height: 52px;
    float: left;
    margin-left: calc((100% - 1480px) / 2);
    margin-top: 14px;
}

.head .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.head .login {
    display: block;
    width: 100px;
    height: 38px;
    background: #f3ae10;
    border: 1px solid #df9b00;
    border-radius: 20px;
    float: right;
    margin-right: calc((100% - 1480px) / 2);
    margin-top: 20px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}

.head .grxx {
    display: block;
    width: auto;
    height: 80px;
    float: right;
    margin-right: calc((100% - 1480px) / 2);
}

.head .grxx a {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 80px;
    color: #333;
    padding: 0 20px;
}

.head .grxx a:hover {
    color: #f3ae10;
}

.head .search {
    display: block;
    width: 600px;
    height: 38px;
    border: 1px solid #f3ae10;
    float: left;
    border-radius: 20px;
    margin: 20px 0 0 200px;
}

.head .search input {
    display: block;
    width: 460px;
    height: 38px;
    border: none;
    padding: 0;
    background: none;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    float: left;
}

.head .search button {
    display: block;
    width: 120px;
    height: 38px;
    background: #f3ae10;
    border: none;
    padding: 0;
    border-radius: 23px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    float: right;
    cursor: pointer;
}


.foot {
    display: block;
    width: 100%;
}

.foot .foot-xx {
    display: block;
    width: 1480px;
    height: 100px;
    background: #404a52;
    padding: 70px 0;
    padding-left: calc((100% - 1480px) / 2);
    padding-right: calc((100% - 1480px) / 2);
}

.foot .foot-xx .fx-box {
    display: block;
    width: calc((100% / 3) - 1px);
    height: 100px;
    border-right: 1px solid #555d63;
    float: left;
}

.foot .foot-xx .fx-box .fxb-dh {
    display: block;
    width: calc(100% - 80px);
    padding: 0 40px;
    font-size: 28px;
    line-height: 28px;
    color: #999999;
    text-align: right;
    font-weight: bold;
    padding-top: 10px;
}

.foot .foot-xx .fx-box .fxb-mc {
    display: block;
    width: calc(100% - 80px);
    padding: 0 40px;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    text-align: right;
    margin-top: 16px;
}

.foot .foot-xx .fx-box .fxb-sj {
    display: block;
    width: calc(100% - 80px);
    padding: 0 40px;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    text-align: right;
    margin-top: 10px;
}

.foot .foot-xx .fx-box .fxb-bt {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 16px;
    color: #eee;
    font-weight: bold;
    margin-left: 40px;
}

.foot .foot-xx .fx-box .fxb-jg {
    display: block;
    width: calc(100% - 50px);
    padding: 0 40px;
    height: 82px;
}

.foot .foot-xx .fx-box .fxb-jg a {
    display: block;
    width: calc(100% / 3);
    font-size: 14px;
    line-height: 14px;
    color: #999;
    float: left;
    margin-top: 12px;
}

.foot .foot-xx .fx-box .fxb-jg a:hover {
    color: #fcbf30;
}

.foot .foot-xx .fx-box .fxb-lj {
    display: block;
    width: calc(100% - 80px);
    padding: 0 40px;
}

.foot .foot-xx .fx-box .fxb-lj a {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    float: left;
    margin: 12px 20px 0 0;
}

.foot .foot-xx .fx-box .fxb-lj a:hover {
    color: #fcbf30;
}

.foot .foot-bq {
    display: block;
    width: 100%;
    height: 78px;
    background: #2d353b;
    font-size: 16px;
    line-height: 78px;
    color: #999;
    text-align: center;
}


/* 首页 */

/*
.index-box{
	display: block;
	width: 100%;
	padding-top: 80px;
}

.index-box .ib-menu{
	display: block;
	width: 1480px;
	height: 640px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 12px #eee;
	margin: 0 auto;
}

.index-box .ib-menu .ibm-l{
	display: block;
	width: 294px;
	height: 640px;
	float: left;
	box-shadow: 4px 0 20px #f5f5f5;
}

.index-box .ib-menu .ibm-l .ibml-box{
	display: block;
	width: 100%;
	height: calc((100% / 3) - 40px);
	padding-top: 40px;
	background: url("../images/img_line.png") no-repeat;
	background-size: 100% 1px;
	background-position: center bottom;
	cursor: pointer;
}

.index-box .ib-menu .ibm-l .ibml-box img{
	display: block;
	width: 76px;
	height: 76px;
	margin: 0 auto 0 auto;
	box-shadow: 0 6px 12px #ffecbf;
	border-radius: 38px;
}

.index-box .ib-menu .ibm-l .ibml-box span{
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	color: #666;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}

.index-box .ib-menu .ibm-l .active{
	background: #feeec9;
}

.index-box .ib-menu .ibm-l .active span{
	color: #ffb005;
}

.index-box .ib-menu .ibm-r{
	display: block;
	width: calc(100% - 294px);
	height: 640px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	float: left;
}

.index-box .ib-menu .ibm-r .ibmr-img{
	display: block;
	width: 100%;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.index-box .ib-menu .ibm-r .ibmr-img img{
	display: block;
	width: 100%;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	object-fit: cover;
}

.index-box .ib-menu .ibm-r .ibmr-kc{
	display: block;
	width: 100%;
	height: 100%;
}

.index-box .ib-menu .ibm-r .ibmr-kc .ibmrk-box{
	display: block;
	width: calc((100% - 160px) / 3);
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 12px #ddd;
	float: left;
	margin: 45px 0 0 40px;
}

.index-box .ib-menu .ibm-r .ibmr-kc .ibmrk-box:hover{
	box-shadow: 0 0 12px #ffecc0;
}

.index-box .ib-menu .ibm-r .ibmr-kc .ibmrk-box .ibmrkb-img{
	display: block;
	width: 100%;
	height: 158px;
	border-radius: 10px;
}

.index-box .ib-menu .ibm-r .ibmr-kc .ibmrk-box .ibmrkb-img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.index-box .ib-menu .ibm-r .ibmr-kc .ibmrk-box h3{
	display: block;
	width: 100%;
	height: 72px;
	font-size: 20px;
	line-height: 72px;
	color: #333;
	text-align: center;
}


.index-box .ib-menu .ibm-r .ibmr-sk{
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	padding: 30px 30px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds{
	display: block;
	width: calc(100% - 400px);
	height: 100%;
	float: left;
	background: #fff;
	box-shadow: 0 0 12px #eee;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-title{
	display: block;
	width: 100%;
	height: 72px;
	background: url("../images/title_sk1.jpg") no-repeat;
	background-size: 100% 100%;

}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-title h3{
	display: block;
	width: auto;
	font-size: 18px;
	line-height: 72px;
	color: #fff;
	float: left;
	margin-left: 32px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-title a{
	display: block;
	width: auto;
	font-size: 14px;
	line-height: 72px;
	color: #fff;
	float: right;
	margin-right: 20px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list{
	display: block;
	width: calc(100% - 48px);
	height: calc(100% - 96px);
	padding: 1px 24px 23px 24px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list .ibmrsdl-box{
	display: block;
	width: 100%;
	height: 150px;
	background: #fff;
	box-shadow: 0 0 12px #eee;
	margin: 24px auto 0 auto;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list .ibmrsdl-box:hover{
	box-shadow: 0 0 12px #ffecc0;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list .ibmrsdl-box .ibmrsdlb-img{
	display: block;
	width: 310px;
	height: 150px;
	float: left;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list .ibmrsdl-box .ibmrsdlb-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list .ibmrsdl-box .ibmrsdlb-wz{
	display: block;
	width: calc(100% - 350px);
	height: calc(100% - 40px);
	padding: 20px 20px;
	float: left;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list .ibmrsdl-box .ibmrsdlb-wz h3{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list .ibmrsdl-box .ibmrsdlb-wz p{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: justify;
	margin-top: 12px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-ds .ibmrsd-list .ibmrsdl-box .ibmrsdlb-wz span{
	display: block;
	width: auto;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	margin-top: 28px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz{
	display: block;
	width: 370px;
	height: 100%;
	float: left;
	background: #fff;
	box-shadow: 0 0 12px #eee;
	margin-left: 30px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz .ibmrsk-title{
	display: block;
	width: 100%;
	height: 72px;
	background: url("../images/title_sk2.jpg") no-repeat;
	background-size: 100% 100%;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz .ibmrsk-title h3{
	display: block;
	width: auto;
	font-size: 18px;
	line-height: 72px;
	color: #fff;
	float: left;
	margin-left: 32px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz .ibmrsk-title a{
	display: block;
	width: auto;
	font-size: 14px;
	line-height: 72px;
	color: #fff;
	float: right;
	margin-right: 20px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz .ibmrsk-list{
	display: block;
	width: calc(100% - 48px);
	height: calc(100% - 96px);
	padding: 1px 24px 23px 24px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz .ibmrsk-list .ibmrskl-box{
	display: block;
	width: calc(100% - 40px);
	height: 56px;
	background: #fff;
	box-shadow: 0 0 12px #eee;
	margin: 24px auto 0 auto;
	padding: 20px 20px;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz .ibmrsk-list .ibmrskl-box:hover{
	box-shadow: 0 0 12px #ffecc0;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz .ibmrsk-list .ibmrskl-box img{
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	float: left;
}

.index-box .ib-menu .ibm-r .ibmr-sk .ibmrs-kz .ibmrsk-list .ibmrskl-box p{
	display: block;
	width: calc(100% - 76px);
	height: 48px;
	padding: 4px 0 4px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: justify;
	float: left;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


.index-box .ib-menu .ibm-r .ibmr-hz{
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	padding: 30px 30px;
}

.index-box .ib-menu .ibm-r .ibmr-hz .ibmrh-tab{
	display: block;
	width: auto;
	height: 40px;
	float: left;
}

.index-box .ib-menu .ibm-r .ibmr-hz .ibmrh-tab .ibmrht-btn{
	display: block;
	width: auto;
	height: 40px;
	background: #eee;
	border-radius: 6px;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	text-align: center;
	float: left;
	margin-right: 10px;
	padding: 0 16px;
	cursor: pointer;
}

.index-box .ib-menu .ibm-r .ibmr-hz .ibmrh-tab .cur{
	background: #f3ae10;
	color: #fff;
}

.index-box .ib-menu .ibm-r .ibmr-hz .ibmrh-more{
	display: block;
	width: auto;
	height: 38px;
	background: #fff;
	border: 1px solid #f3ae10;
	padding: 0 16px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 38px;
	color: #f3ae10;
	text-align: center;
	float: right;
}

.index-box .ib-menu .ibm-r .ibmr-hz .ibmrh-list{
	display: block;
	width: 100%;
	height: calc(100% - 70px);
	padding-top: 30px;
}

.index-box .ib-menu .ibm-r .ibmr-hz .ibmrh-list .ibmrhl-img{
	display: flex;
	min-width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 12px #eee;
	float: left;
	margin: 0 24px 24px 0;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.index-box .ib-menu .ibm-r .ibmr-hz .ibmrh-list .ibmrhl-img:hover{
	box-shadow: 0 0 12px #ffecc0;
}

.index-box .ib-menu .ibm-r .ibmr-hz .ibmrh-list .ibmrhl-img img{
	display: block;
	width: auto;
	max-height: 200px;
	object-fit: cover;
	margin: auto auto;
}



.index-box .ib-cj{
	display: block;
	width: 100%;
	margin-top: 100px;
}

.index-box .ib-cj .ibc-title{
	display: block;
	width: 100%;
	height: 28px;
	background: url("../images/img_line2.jpg") no-repeat;
	background-size: 100% 8px;
	background-position: center;
}

.index-box .ib-cj .ibc-title h3{
	display: block;
	width: 220px;
	height: 28px;
	font-size: 28px;
	line-height: 28px;
	color: #333;
	text-align: center;
	margin: 0 auto;
	background: #fff;
}

.index-box .ib-cj .ibc-nr{
	display: block;
	width: 100%;
	padding: 50px 0 100px 0;
}

.index-box .ib-cj .ibc-nr .ibcn-box{
	display: block;
	width: 124px;
	float: left;
	margin-left: calc((100% - 496px) / 5);
}

.index-box .ib-cj .ibc-nr .ibcn-box img{
	display: block;
	width: 124px;
	height: 124px;
	border-radius: 62px;
	box-shadow: 0 6px 16px #ffecc0;
}

.index-box .ib-cj .ibc-nr .ibcn-box span{
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	text-align: center;
	margin-top: 48px;
}
*/

.top-box {
    display: block;
    width: 100%;
    height: calc(100vh - 80px)
}

.kc-td {
    display: block;
    width: 1540px;
    height: 430px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.kc-td .kct-title {
    display: block;
    width: calc(100% - 60px);
    height: 60px;
    padding: 30px 30px 0 30px;
}

.kc-td .kct-title .kctt-icon {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
}

.kc-td .kct-title .kctt-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.kc-td .kct-title .kctt-bt {
    display: block;
    width: auto;
    font-size: 18px;
    line-height: 60px;
    color: #333;
    float: left;
    margin-left: 16px;
    font-weight: bold;
}

.kc-td .kct-title .kctt-sm {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 60px;
    color: #777;
    float: left;
}

.kc-td .kct-title .kctt-qh {
    display: block;
    width: auto;
    height: 24px;
    float: right;
    margin: 18px 0;
}

.kc-td .kct-title .kctt-qh .kcttq-an {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.kc-td .kct-title .kctt-qh .kcttq-an img {
    display: block;
    width: 100%;
    height: 100%;
}

.kc-td .kct-title .kctt-qh .kcttq-ys {
    display: block;
    width: 60px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
    float: left;
}

.kc-td .kct-list {
    display: block;
    width: 100%;
    padding-top: 1px;
}

.kc-td .kct-list .kctl-box {
    display: block;
    width: 347px;
    height: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #e5e5e5;
    float: left;
    margin: 29px 0 0 30px;
}

.kc-td .kct-list .kctl-box:hover {
    box-shadow: 0 0 20px #ffba1a;
    margin: 19px 0 0 30px;
}

.kc-td .kct-list .kctl-box .kctlb-img {
    display: block;
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.kc-td .kct-list .kctl-box .kctlb-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.kc-td .kct-list .kctl-box .kctlb-bt {
    display: block;
    width: 260px;
    font-size: 16px;
    line-height: 80px;
    color: #333;
    float: left;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kc-td .kct-list .kctl-box .kctlb-jt {
    display: block;
    width: 20px;
    height: 10px;
    float: right;
    margin: 35px 20px 0 0;
}


.index-box {
    display: block;
    width: 100%;
}

.index-box .ib-sk {
    display: block;
    width: 100%;
    padding: 60px 0;
}

.index-box .ib-sk .ibs-title {
    display: block;
    width: 1480px;
    height: 60px;
    margin: 0 auto;
}

.index-box .ib-sk .ibs-title .ibst-icon {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
}

.index-box .ib-sk .ibs-title .ibst-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.index-box .ib-sk .ibs-title .ibst-bt {
    display: block;
    width: auto;
    font-size: 18px;
    line-height: 60px;
    color: #333;
    float: left;
    margin-left: 16px;
    font-weight: bold;
}

.index-box .ib-sk .ibs-title .ibst-sm {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 60px;
    color: #777;
    float: left;
}

.top-box .kc-td .kct-title .ibst-more, .index-box .ib-sk .ibs-title .ibst-more {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 60px;
    color: #666;
    float: right;
}

.top-box .kc-td .kct-title .ibst-more:hover, .index-box .ib-sk .ibs-title .ibst-more:hover {
    color: #ffb005;
}

.index-box .ib-sk .ibs-list {
    display: block;
    width: 1510px;
    padding-top: 1px;
    margin: 0 auto;
}

.index-box .ib-sk .ibs-list .ibsl-box {
    display: block;
    width: 473px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #e5e5e5;
    float: left;
    margin: 29px 15px 0 15px;
    padding: 20px 0;
}

.index-box .ib-sk .ibs-list .ibsl-box:hover {
    box-shadow: 0 0 20px #ffba1a;
    margin: 19px 15px 0 15px;
}

.index-box .ib-sk .ibs-list .ibsl-box .ibslb-img {
    display: block;
    width: 433px;
    height: 200px;
    margin: 0 auto;
}

.index-box .ib-sk .ibs-list .ibsl-box .ibslb-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-box .ib-sk .ibs-list .ibsl-box .ibslb-bt {
    display: block;
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin: 20px auto 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-box .ib-sk .ibs-list .ibsl-box .ibslb-zy {
    display: block;
    width: calc(100% - 40px);
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: justify;
    margin: 12px auto 0 auto;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*设置超出两行进行隐藏*/
}

.index-box .ib-sk .ibs-list .ibsl-box .ibslb-sj {
    display: block;
    width: calc(100% - 40px);
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin: 12px auto 0 auto;
}


.index-box .ib-hz {
    display: block;
    width: 100%;
    background: #f5f7fa;
    padding: 80px 0;
}

.index-box .ib-hz .ibh-bt {
    display: block;
    width: 300px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}

.index-box .ib-hz .ibh-yw {
    display: block;
    width: 300px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    text-align: center;
    margin: 8px auto 0 auto;
    letter-spacing: 1px;
}

.index-box .ib-hz .ibh-tab {
    display: flex;
    width: 1480px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0 auto;
}

.index-box .ib-hz .ibh-tab .ibht-btn {
    width: 120px;
    height: 48px;
    background: #e5e5e5;
    border-radius: 10px;
    font-size: 14px;
    line-height: 48px;
    color: #888;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
}

.index-box .ib-hz .ibh-tab .ibht-btn:hover {
    color: #333;
}

.index-box .ib-hz .ibh-tab .active {
    background: #ffb005;
    color: #fff;
}

.index-box .ib-hz .ibh-list {
    display: block;
    width: 1520px;
    padding-top: 20px;
    margin: 0 auto;
}

.index-box .ib-hz .ibh-list .ibhl-logo {
    display: flex;
    width: 230px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin: 20px 0 0 20px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index-box .ib-hz .ibh-list .ibhl-logo:hover {
    box-shadow: 0 0 20px #ffba1a;
}

.index-box .ib-hz .ibh-list .ibhl-logo img {
    display: block;
    max-width: 230px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
}

.index-box .ib-hz .ibh-gd {
    display: block;
    width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    line-height: 40px;
    color: #888;
    text-align: center;
    margin: 80px auto 0 auto;
}

.index-box .ib-hz .ibh-gd:hover {
    border: 1px solid #ffb005;
    color: #ffb005;
}


.index-box .ib-tw {
    display: block;
    width: 100%;
    padding: 80px 0;
}

.index-box .ib-tw .ibt-bt {
    display: block;
    width: 300px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}

.index-box .ib-tw .ibt-yw {
    display: block;
    width: 300px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    text-align: center;
    margin: 8px auto 0 auto;
    letter-spacing: 1px;
}

.index-box .ib-tw .ibt-list {
    display: block;
    width: 1510px;
    margin: 40px auto 0 auto;
}

.index-box .ib-tw .ibt-list .ibtl-box {
    display: block;
    width: 347px;
    float: left;
    margin: 0 15px;
    color: #333;
}

.index-box .ib-tw .ibt-list .ibtl-box:hover {
    color: #ffb005;
}

.index-box .ib-tw .ibt-list .ibtl-box .ibtlb-img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.index-box .ib-tw .ibt-list .ibtl-box .ibtlb-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.index-box .ib-tw .ibt-list .ibtl-box .ibtlb-bt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 24px;
}

.index-box .ib-tw .ibt-list .ibtl-box .ibtlb-yw {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 8px;
    letter-spacing: 1px;
    color: #999;
}


/* 课程分类列表 */
.course-class {
    display: block;
    width: 100%;
    padding: 60px 0;
    min-height: 428px;
}

.course-class .cc-title {
    display: block;
    width: 1480px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    margin: 0 auto;
}

.course-class .cc-yw {
    display: block;
    width: 1480px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin: 8px auto 0 auto;
    letter-spacing: 1px;
}

.course-class .cc-list {
    display: block;
    width: 1540px;
    padding-top: 1px;
    margin: 0 auto;
}

.course-class .cc-list .ccl-box {
    display: block;
    width: 347px;
    height: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #e5e5e5;
    float: left;
    margin: 29px 0 0 30px;
}

.course-class .cc-list .ccl-box:hover {
    box-shadow: 0 0 20px #ffecc0;
}

.course-class .cc-list .ccl-box .cclb-img {
    display: block;
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course-class .cc-list .ccl-box .cclb-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course-class .cc-list .ccl-box .cclb-bt {
    display: block;
    width: 260px;
    font-size: 16px;
    line-height: 80px;
    color: #333;
    float: left;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-class .cc-list .ccl-box .cclb-jt {
    display: block;
    width: 20px;
    height: 10px;
    float: right;
    margin: 35px 20px 0 0;
}


/* 课程列表 */
.course-list {
    display: block;
    width: 100%;
    padding-bottom: 100px;
}

.course-list .cl-banner {
    display: block;
    width: 100%;
    height: 496px;
}

.course-list .cl-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-list .cl-title {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin: 80px auto 0 auto;
    letter-spacing: 2px;
}

.course-list .cl-list {
    display: block;
    width: 1520px;
    padding-top: 50px;
    margin: 0 auto 0 auto;
}

.course-list .cl-list .cll-box {
    display: block;
    width: 350px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #eee;
    float: left;
    margin: 30px 15px 0 15px;
}

.course-list .cl-list .cll-box:hover {
    box-shadow: 0 0 12px #ffb100;
}

.course-list .cl-list .cll-box .cllb-title {
    display: block;
    width: 100%;
    height: 64px;
    background: #ff9b1a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 18px;
    line-height: 64px;
    color: #fff;
    text-align: center;
}

.course-list .cl-list .cll-box .cllb-img {
    display: block;
    width: 100%;
    /*height: 170px;*/
    height: 320px;
}

.course-list .cl-list .cll-box .cllb-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-list .cl-list .cll-box .cllb-bt {
    display: block;
    width: calc(100% - 32px);
    font-size: 16px;
    line-height: 16px;
    color: #333;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px auto 0 auto;
}

.course-list .cl-list .cll-box .cllb-ms {
    display: block;
    width: calc(100% - 32px);
    font-size: 14px;
    line-height: 14px;
    color: #888;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px auto 0 auto;
}

.course-list .cl-list .cll-box .cllb-nl {
    display: block;
    width: calc(100% - 32px);
    font-size: 16px;
    line-height: 60px;
    color: #999;
    text-align: justify;
    margin: 20px auto 0 auto;
    padding: 0 16px;
    border-top: 1px solid #eee;
}

.course-list .cl-list .cll-box .cllb-nl span {
    color: #ff2525;
    font-weight: bold;
}


/* 课程详情 */
.course-page {
    display: block;
    width: 100%;
}

.course-page .cp-top {
    display: block;
    width: 100%;
    padding: 40px 0;
}

.course-page .cp-top .cpt-title {
    display: block;
    width: 1480px;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
}

.course-page .cp-top .cpt-tj {
    display: block;
    width: 1480px;
    margin: 16px auto 0 auto;
}

.course-page .cp-top .cpt-tj img {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
}

.course-page .cp-top .cpt-tj span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    float: left;
    margin: 0 20px 0 4px;
}

.course-page .cp-top .cpt-video {
    display: block;
    width: 1050px;
    height: 600px;
    float: left;
    margin-top: 24px;
    margin-left: calc((100% - 1480px) / 2);
    background: #000;
    position: relative;
}

.course-page .cp-top .cpt-video video {
    display: block;
    width: 100%;
    height: 100%;
}

.course-page .cp-top .cpt-ml {
    display: block;
    width: 400px;
    height: 600px;
    float: left;
    margin-top: 24px;
    margin-left: 30px;
    /*background: #f5f8fa;*/
}

.course-page .cp-top .cpt-ml .cptm-title {
    display: block;
    width: calc(100% - 40px);
    height: 48px;
    padding: 0 20px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 16px;
    line-height: 48px;
    color: #333;
    font-weight: bold;
    background: #f5f8fa;
}

.course-page .cp-top .cpt-ml .cptm-box {
    display: block;
    width: 100%;
    height: 459px;
    padding: 1px 0 10px 0;
    overflow-y: scroll;
    white-space: nowrap;
    background: #f5f8fa;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-yj {
    display: block;
    width: 320px;
    height: 60px;
    padding: 0 15px;
    border-radius: 6px;
    background: #e0e8ed;
    margin: 0 auto;
    cursor: pointer;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-yj span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 60px;
    color: #555;
    float: left;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-yj img {
    display: block;
    width: 14px;
    height: 8px;
    float: right;
    margin: 26px 0;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-list {
    display: block;
    width: 100%;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-list .cptmbnl-box {
    display: block;
    width: 300px;
    padding: 15px 15px;
    margin: 10px auto 0 auto;
    background: #f5f8fa;
    border: 1px solid #f5f8fa;
    border-radius: 6px;
    cursor: pointer;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-list .ml-xz, .course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-zj .ml-xz {
    background: #fceed1;
    border: 1px solid #fcbf30;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-list .cptmbnl-box:hover {
    background: #fff;
    border: 1px solid #fff;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-list .cptmbnl-box img {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-list .cptmbnl-box .cptmbnlb-bt {
    display: block;
    width: calc(100% - 35px);
    font-size: 14px;
    line-height: 20px;
    color: #555;
    float: left;
    margin-left: 15px;
    white-space: normal;
    text-align: justify;
}

.course-page .cp-top .cpt-ml .cptm-box .cptmb-nr .cptmbn-list .cptmbnl-box .cptmbnlb-sj {
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin: 8px 0 0 35px;
}

.course-page .cp-top .cpt-ml .cptm-btn {
    display: block;
    width: 100%;
    height: 60px;
    background: #ffb005;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}


.course-page .cp-nr {
    display: block;
    width: 100%;
    padding: 40px 0 100px 0;
    background: #f5f8fa;
}

.course-page .cp-nr .cpn-l {
    display: block;
    width: 1050px;
    height: auto;
    float: left;
    margin-left: calc((100% - 1480px) / 2);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #eee;
    padding-bottom: 20px;
}

.course-page .cp-nr .cpn-l .cpnl-tab {
    display: block;
    width: 100%;
    height: 80px;
}

.course-page .cp-nr .cpn-l .cpnl-tab .cpnlt-btn {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 80px;
    color: #333;
    float: left;
    margin: 0 30px;
    cursor: pointer;
}

.course-page .cp-nr .cpn-l .cpnl-tab .tabcur {
    color: #ffb005;
    font-weight: bold;
    background: url("../images/tab_line.png") no-repeat;
    background-size: 24px 4px;
    background-position: center 56px;
}

.course-page .cp-nr .cpn-l .cpnl-js {
    display: block;
    width: calc(100% - 48px);
    height: 722px;
    padding: 0 24px 20px 24px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    text-align: justify;
}

.course-page .cp-nr .cpn-l .cpnl-ml {
    display: block;
    width: calc(100% - 48px);
    height: 722px;
    padding: 10px 24px 10px 24px;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-dg {
    display: block;
    width: 100%;
    height: 70px;
    background: #f5f8fa;
    border-radius: 10px;
    cursor: pointer;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-dg span {
    display: block;
    width: calc(100% - 90px);
    font-size: 16px;
    line-height: 70px;
    color: #5c5f66;
    float: left;
    margin-left: 20px;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-dg span:hover {
    color: #ffb005;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-dg img {
    display: block;
    width: 14px;
    height: 8px;
    float: right;
    margin: 31px 28px;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-zj {
    display: block;
    width: calc(100% - 40px);
    padding: 10px 20px 0 20px;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-zj .cpnlmbz-box {
    display: block;
    width: calc(100% - 40px);
    padding: 20px 20px;
    cursor: pointer;
    border-radius: 8px;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-zj .cpnlmbz-box:hover {
    background: #fceed1;

}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-zj .cpnlmbz-box img {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-zj .cpnlmbz-box .cpnlmbzb-bt {
    display: block;
    width: calc(100% - 38px);
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    float: left;
}

.course-page .cp-nr .cpn-l .cpnl-ml .cpnlm-box .cpnlmb-zj .cpnlmbz-box .cpnlmbzb-sj {
    display: block;
    width: calc(100% - 38px);
    padding-left: 38px;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin-top: 8px;
}

.course-page .cp-nr .cpn-r {
    display: block;
    width: 400px;
    float: left;
    margin-left: 30px;
}

.course-page .cp-nr .cpn-r .cpnr-tj {
    display: block;
    width: calc(100% - 40px);
    height: 420px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #eee;
    padding: 0 20px;
}

.course-page .cp-nr .cpn-r .cpnr-tj .cpnrt-bt {
    display: block;
    width: 100%;
    padding-top: 24px;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
}

.course-page .cp-nr .cpn-r .cpnr-tj .cpnrt-img {
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 8px;
    margin: 16px auto 0 auto;
}

.course-page .cp-nr .cpn-r .cpnr-tj .cpnrt-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.course-page .cp-nr .cpn-r .cpnr-tj p {
    display: block;
    width: 100%;
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: justify;
    margin: 16px auto 0 auto;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.course-page .cp-nr .cpn-r .cpnr-tj .cpnrt-btn {
    display: block;
    width: 268px;
    height: 48px;
    background: #fff;
    border: 1px solid #ffb005;
    border-radius: 6px;
    font-size: 16px;
    line-height: 48px;
    color: #ffb005;
    text-align: center;
    margin: 30px auto 0 auto;
}

.course-page .cp-nr .cpn-r .cpnr-tj .cpnrt-btn:hover {
    background: #ffb005;
    color: #fff;
}

.course-page .cp-nr .cpn-r .cpnr-xl {
    display: block;
    width: calc(100% - 40px);
    height: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #eee;
    padding: 0 20px;
    margin-top: 30px;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-bt {
    display: block;
    width: 100%;
    padding-top: 24px;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list {
    display: block;
    width: 100%;
    padding: 1px 0 20px 0;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list .cpnrxl-box {
    display: block;
    width: 100%;
    height: 90px;
    margin-top: 20px;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list .cpnrxl-box .cpnrxlb-img {
    display: block;
    width: 160px;
    height: 90px;
    border-radius: 8px;
    float: left;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list .cpnrxl-box .cpnrxlb-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list .cpnrxl-box .cpnrxlb-wz {
    display: block;
    width: calc(100% - 174px);
    height: 90px;
    float: left;
    margin-left: 14px;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list .cpnrxl-box .cpnrxlb-wz .cpnrxlbw-bt {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: justify;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list .cpnrxl-box .cpnrxlb-wz .cpnrxlbw-xl {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 10px;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list .cpnrxl-box .cpnrxlb-wz .cpnrxlbw-nl {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-top: 10px;
}

.course-page .cp-nr .cpn-r .cpnr-xl .cpnrx-list .cpnrxl-box .cpnrxlb-wz .cpnrxlbw-nl span {
    color: #ff2525;
}


/* 搜索页 */
.search-box {
    display: block;
    width: 1480px;
    padding: 30px 0 60px 0;
    margin: 0 auto;
}

.search-box .sb-ssk {
    display: block;
    width: 600px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #eee;
}

.search-box .sb-ssk:hover {
    box-shadow: 0 0 12px #ffb100;
}

.search-box .sb-ssk input {
    display: block;
    width: 460px;
    height: 60px;
    background: none;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    float: left;
}

.search-box .sb-ssk button {
    display: block;
    width: 100px;
    height: 60px;
    background: #ffb005;
    border: none;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.search-box .sb-list {
    display: block;
    width: 100%;
    min-height: 379px;
    padding-top: 10px;
}

.search-box .sb-list .sbl-box {
    display: block;
    width: calc(100% - 40px);
    height: 180px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #eee;
    padding: 20px 20px;
    margin: 20px auto 0 auto;
}

.search-box .sb-list .sbl-box:hover {
    box-shadow: 0 0 12px #ffb100;
}

.search-box .sb-list .sbl-box .sblb-img {
    display: block;
    width: 300px;
    height: 180px;
    border-radius: 8px;
    float: left;
}

.search-box .sb-list .sbl-box .sblb-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.search-box .sb-list .sbl-box .sblb-wz {
    display: block;
    width: calc(100% - 330px);
    float: left;
    margin-left: 30px;
}

.search-box .sb-list .sbl-box .sblb-wz .sblbw-bt {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
}

.search-box .sb-list .sbl-box .sblb-wz .sblbw-bt span {
    color: #ff0a0a;
}

.search-box .sb-list .sbl-box .sblb-wz .sblbw-sm {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-box .sb-list .sbl-box .sblb-wz .sblbw-rs {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #ff0a0a;
    margin-top: 20px;
}

.search-box .sb-list .sbl-box .sblb-wz .sblbw-btn {
    display: block;
    width: 120px;
    height: 40px;
    background: #ffb005;
    border-radius: 8px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 38px;
}


/* 合作伙伴 */

.cooper-list {
    display: block;
    width: 100%;
    padding: 60px 0;
    min-height: 428px;
}

.cooper-list .cl-title {
    display: block;
    width: 1480px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    margin: 0 auto;
}

.cooper-list .cl-yw {
    display: block;
    width: 1480px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin: 8px auto 0 auto;
    letter-spacing: 1px;
}

.cooper-list .cl-tab {
    display: block;
    width: 1480px;
    height: 48px;
    margin: 40px auto 0 auto;
}

.cooper-list .cl-tab .clt-btn {
    width: 120px;
    height: 48px;
    background: #e5e5e5;
    border-radius: 10px;
    font-size: 14px;
    line-height: 48px;
    color: #888;
    margin: 0 10px 0 0;
    text-align: center;
    cursor: pointer;
    float: left;
}

.cooper-list .cl-tab .clt-btn:hover {
    color: #333;
}

.cooper-list .cl-tab .active {
    background: #ffb005;
    color: #fff;
}

.cooper-list .cl-list {
    display: block;
    width: 1520px;
    padding-top: 10px;
    margin: 0 auto;
}

.cooper-list .cl-list .cll-logo {
    display: flex;
    width: 230px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin: 20px 0 0 20px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.cooper-list .cl-list .cll-logo img {
    display: block;
    max-width: 230px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
}


/* 新闻列表 */
.news-list {
    display: block;
    width: 1480px;
    padding: 60px 0;
    margin: 0 auto;
    min-height: 428px;
}

.news-list .nl-tab {
    display: block;
    width: 100%;
    height: 60px;
}

.news-list .nl-tab .nlt-btn {
    display: block;
    width: 120px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #eee;
    font-size: 16px;
    line-height: 60px;
    color: #333;
    text-align: center;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.news-list .nl-tab .nlt-btn:hover {
    box-shadow: 0 0 12px #ffb100;
    color: #eda200;
}

.news-list .nl-tab .btncur {
    background: #ffb005;
    color: #fff;
}

.news-list .nl-tab .btncur:hover {
    color: #fff;
}

.news-list .nl-list {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #eee;
    margin: 30px auto 0 auto;
}

.news-list .nl-list .nll-box {
    display: block;
    width: calc(100% - 40px);
    height: 180px;
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.news-list .nl-list .nll-box .nllb-img {
    display: block;
    width: 300px;
    height: 180px;
    border-radius: 8px;
    float: left;
}

.news-list .nl-list .nll-box .nllb-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.news-list .nl-list .nll-box .nllb-wz {
    display: block;
    width: calc(100% - 340px);
    height: 180px;
    float: left;
    margin-left: 30px;
}

.news-list .nl-list .nll-box .nllb-wz .nllbw-bt {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.news-list .nl-list .nll-box .nllb-wz .nllbw-sj {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 20px;
}

.news-list .nl-list .nll-box .nllb-wz p {
    display: block;
    width: 100%;
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: justify;
    margin-top: 40px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-list .nl-list .nll-box .nllb-wz p:hover {
    color: #eda200;
}

.news-list .nl-fy {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 30px;
}

.news-list .nl-fy .nlf-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px #eee;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    text-align: center;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.news-list .nl-fy .nlf-btn:hover {
    box-shadow: 0 0 12px #ffb100;
    color: #eda200;
}

.news-list .nl-fy .fycur {
    background: #ffb005;
    color: #fff;
}

.news-list .nl-fy .fycur:hover {
    color: #fff;
}


/* 新闻详情 */
.news-page {
    display: block;
    width: 1480px;
    padding: 30px 0 30px 0;
    margin: 0 auto;
}

.news-page .np-l {
    display: block;
    width: 1150px;
    float: left;
}

.news-page .np-l .npl-top {
    display: block;
    width: calc(100% - 60px);
    padding: 30px 30px;
    background: #fff;
}

.news-page .np-l .npl-top .nplt-bt {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    text-align: justify;
    font-weight: bold;
}

.news-page .np-l .npl-top .nplt-sj {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 12px;
}

.news-page .np-l .npl-top .nplt-zy {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #1066e6;
    text-align: justify;
    margin-top: 24px;
}

.news-page .np-l .npl-nr {
    display: block;
    width: calc(100% - 60px);
    background: #fff;
    padding: 30px 30px;
    margin-top: 20px;
    min-height: 360px;
}

.news-page .np-r {
    display: block;
    width: 270px;
    background: #fff;
    padding: 20px 20px;
    float: right;
}

.news-page .np-r .npr-bt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
}

.news-page .np-r .npr-list {
    display: block;
    width: 100%;
    padding-top: 1px;
}

.news-page .np-r .npr-list .nprl-box {
    display: block;
    width: 100%;
    margin-top: 16px;
    color: #555;
}

.news-page .np-r .npr-list .nprl-box:hover {
    color: #eda200;
}

.news-page .np-r .npr-list .nprl-box img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.news-page .np-r .npr-list .nprl-box p {
    display: block;
    width: 100%;
    font-display: 14px;
    line-height: 20px;
    text-align: justify;
    margin-top: 8px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* 登录 */

.login-box {
    display: block;
    width: 100%;
    height: 800px;
    background: url("../images/login_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.login-box .lb-nr {
    display: block;
    width: 500px;
    height: 560px;
    background: #fff;
    box-shadow: 0 0 20px #f1b185;
    position: absolute;
    top: 120px;
    right: calc((100% - 1480px) / 2);
    z-index: 100;
}

.login-box .lb-nr .lbn-bt {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    text-align: center;
    padding-top: 50px;
}

.login-box .lb-nr .lbn-input {
    display: block;
    width: 320px;
    height: 60px;
    background: #f3f7ff;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin: 20px auto 0 70px;
    border: none;
}

.login-box .lb-nr .lbn-yzm {
    display: block;
    width: 110px;
    height: 60px;
    background: #f3f7ff;
    font-size: 14px;
    line-height: 60px;
    color: #4a81ff;
    text-align: center;
    float: left;
    cursor: pointer;
    margin: 20px 0 0 0;
}

.login-box .lb-nr .lbn-jz {
    display: block;
    width: auto;
    height: 20px;
    float: left;
    margin-top: 20px;
    margin-left: 70px;
}

.login-box .lb-nr .lbn-jz img {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

.login-box .lb-nr .lbn-jz span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    float: left;
    margin-left: 10px;
}

.login-box .lb-nr .lbn-wj {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #4a81ff;
    text-decoration: underline;
    float: right;
    margin: 20px 70px 0 0;
}

.login-box .lb-nr .lbn-btn {
    display: block;
    width: 360px;
    height: 60px;
    background: #ffb005;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 80px auto 0 auto;
    cursor: pointer;
}


/* 个人中心 */

.my-box {
    display: block;
    width: 100%;
    height: calc(100vh - 80px);
}

.my-box .mb-nav {
    display: block;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 12px #e5e5e5;
    float: left;
}

.my-box .mb-nav .mbn-top {
    display: block;
    width: 240px;
    height: 210px;
    background: url("../images/img_grxx.png") no-repeat;
    background-size: 100% 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0 auto;
    padding-top: 50px;
}

.my-box .mb-nav .mbn-top .mbnt-img {
    display: block;
    width: 116px;
    height: 116px;
    border: 2px solid #fff;
    border-radius: 60px;
    margin: 0 auto;
}

.my-box .mb-nav .mbn-top .mbnt-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    object-fit: cover;
}

.my-box .mb-nav .mbn-top .mbnt-mc {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #666;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.my-box .mb-nav .mbn-list {
    display: block;
    width: 240px;
    padding-top: 1px;
    margin: 0 auto;
}

.my-box .mb-nav .mbn-list .mbnl-btn {
    display: block;
    width: 100%;
    height: 70px;
    background: #d7dfec;
    border-radius: 8px;
    font-size: 16px;
    line-height: 70px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.my-box .mb-nav .mbn-list .mbnl-btn:hover {
    color: #eda200;
}

.my-box .mb-nav .mbn-list .mbnl-cur {
    background: #ffb005;
    color: #fff;
}

.my-box .mb-nav .mbn-list .mbnl-cur:hover {
    color: #fff;
}


.my-box .mb-left {
    display: block;
    width: 280px;
    height: calc(100% - 40px);
    padding: 20px 0 20px 20px;
    float: left;
}

.my-box .mb-left .mbl-box {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #e5e5e5;
}

.my-box .mb-left .mbl-box .mblb-bt {
    display: block;
    width: calc(100% - 40px);
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
    font-size: 16px;
    line-height: 80px;
    color: #666;
}

.my-box .mb-left .mbl-box .mblb-list {
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 112px);
    padding: 1px 20px 30px 20px;
    overflow-y: scroll;
}

.my-box .mb-left .mbl-box .mblb-list::-webkit-scrollbar {
    display: none;
}

.my-box .mb-left .mbl-box .mblb-list .mblbl-mc {
    display: block;
    width: calc(100% - 30px);
    font-size: 12px;
    line-height: 20px;
    color: #666;
    text-align: justify;
    margin: 20px 0 0 0;
    padding: 0 15px;
    cursor: pointer;
}

.my-box .mb-left .mbl-box .mblb-list .mblbl-mc:hover {
    color: #ffb005;
}

.my-box .mb-left .mbl-box .mblb-list .on {
    color: #ffb005;
}

.my-box .mb-left .mbl-box .mblb-list .mblbl-box {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.my-box .mb-left .mbl-box .mblb-list .mblbl-bt {
    display: flex;
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
}

.my-box .mb-left .mbl-box .mblb-list .mblbl-bt span {
    display: block;
    width: 180px;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    margin-left: 15px;
}

.my-box .mb-left .mbl-box .mblb-list .mblbl-bt img {
    display: block;
    width: 14px;
    height: 8px;
    margin-left: 18px;
}


.my-box .mb-right {
    display: block;
    width: calc(100% - 340px);
    height: calc(100% - 40px);
    padding: 20px 20px;
    float: left;
    overflow-y: scroll;
}

.my-box .mb-right .mbr-title {
    display: block;
    width: 100%;
    height: 80px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #e5e5e5;
}

.my-box .mb-right .mbr-title .mbrt-bt {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 80px;
    color: #666;
    float: left;
    margin-left: 20px;
}

.my-box .mb-right .mbr-title .mbrt-jt {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 80px;
    color: #aaa;
    float: left;
    margin-left: 20px;
}


.my-box .mb-right .mbr-zl {
    display: block;
    width: calc(100% - 100px);
    padding: 30px 50px 80px 50px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #e5e5e5;
    margin: 20px auto 0 auto;
}

.my-box .mb-right .mbr-zl .mbrz-box {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.my-box .mb-right .mbr-zl .mbrz-box .mbrzb-zd {
    display: block;
    width: 100px;
    font-size: 14px;
    line-height: 50px;
    color: #333;
    float: left;
}

.my-box .mb-right .mbr-zl .mbrz-box .mbrzb-sc {
    display: block;
    width: 158px;
    height: 158px;
    border: 1px solid #ddd;
    border-radius: 8px;
    float: left;
    cursor: pointer;
}

.my-box .mb-right .mbr-zl .mbrz-box .mbrzb-sc img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.my-box .mb-right .mbr-zl .mbrz-box .mbrzb-wb {
    display: block;
    width: 360px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    float: left;
}

.my-box .mb-right .mbr-zl .mbrz-box .mbrzb-xb {
    display: block;
    width: 402px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    float: left;
}

.my-box .mb-right .mbr-zl .mbrz-btn {
    display: block;
    width: 300px;
    height: 60px;
    background: #ffb005;
    border-radius: 8px;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin: 80px 0 0 100px;
    cursor: pointer;
}


.my-box .mb-right .mbr-lx {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #e5e5e5;
    margin: 20px auto 0 auto;
}

.my-box .mb-right .mbr-lx .mbrl-img {
    display: block;
    width: 1000px;
    height: 400px;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 0 0 16px #feb62b;
}

.my-box .mb-right .mbr-lx .mbrl-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.my-box .mb-right .mbr-lx .mbrl-nr {
    display: block;
    width: 1000px;
    margin: 60px auto 0 auto;
}

.my-box .mb-right .mbr-lx .mbrl-nr .mbrln-box {
    display: block;
    width: 50%;
    float: left;
}

.my-box .mb-right .mbr-lx .mbrl-nr .mbrln-box img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.my-box .mb-right .mbr-lx .mbrl-nr .mbrln-box span {
    display: block;
    width: 80%;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
    margin: 16px auto 0 auto;
}


.my-box .mb-right .mbr-tk {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #e5e5e5;
    margin: 20px auto 0 auto;
}

.my-box .mb-right .mbr-tk .mbrt-box {
    display: block;
    width: calc(100% - 40px);
    height: 180px;
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-img {
    display: block;
    width: 300px;
    height: 180px;
    border-radius: 8px;
    float: left;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-r {
    display: block;
    width: calc(100% - 320px);
    height: 180px;
    float: left;
    margin-left: 20px;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-r .mbrtbr-bt {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-r .mbrtbr-jj {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-r .mbrtbr-rs {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #ff0a0a;
    margin-top: 20px;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-r .mbrtbr-btn {
    display: block;
    width: 120px;
    height: 40px;
    background: #ddd;
    border-radius: 8px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    float: left;
    margin: 40px 10px 0 0;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-r .b1 {
    background: #ffb005;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-r .b2 {
    background: #36c63d;
}

.my-box .mb-right .mbr-tk .mbrt-box .mbrtb-r .b3 {
    background: #2ba6ec;
}


.my-box .mb-right .mbr-dt {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #e5e5e5;
    margin: 20px auto 0 auto;
    padding-bottom: 80px;
}

.my-box .mb-right .mbr-dt .mbrd-tm {
    display: block;
    width: calc(100% - 80px);
    padding: 30px 40px;
    border-bottom: 1px solid #e5e5e5;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-bt {
    display: block;
    width: 100%;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-bt p {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-align: justify;
    font-weight: bold;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-bt img {
    display: block;
    max-width: 100%;
    margin-top: 5px;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-xx {
    display: block;
    width: 100%;
    padding-top: 1px;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-xx .mbrdtx-box {
    display: block;
    width: calc(25% - 30px);
    float: left;
    padding-right: 30px;
    margin-top: 30px;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-xx .mbrdtx-box input {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    float: left;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-xx .mbrdtx-box P {
    display: block;
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: justify;
    float: left;
    margin-left: 10px;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-xx .mbrdtx-box img {
    display: block;
    max-width: 100%;
    margin-top: 5px;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-ck {
    display: block;
    width: 120px;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 40px;
    color: #999;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-ck:hover {
    color: #eda200;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-da {
    display: block;
    width: calc(100% - 40px);
    padding: 1px 19px 20px 19px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-top: -1px;
    position: relative;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-da .mbrdtd-zd {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 14px;
    color: #6b89a8;
    margin-top: 18px;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-da .mbrdtd-jg {
    display: block;
    width: 100%;

}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-da .mbrdtd-jg p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: justify;
    padding-top: 10px;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-da .mbrdtd-jg img {
    display: block;
    width: auto;
    max-height: 200px;
    padding-top: 10px;
}

.my-box .mb-right .mbr-dt .mbrd-tm .mbrdt-da .mbrdtd-sq {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 14px;
    color: #2260ff;
    position: absolute;
    right: 19px;
    bottom: 19px;
    z-index: 100;
    cursor: pointer;
}

.my-box .mb-right .mbr-dt .mbrd-btn {
    display: block;
    width: 300px;
    height: 60px;
    background: #ffb005;
    border: none;
    border-radius: 8px;
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin: 80px auto 0 auto;
}


.my-box .mb-right .mbr-jg {
    display: block;
    width: calc(100% - 80px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #e5e5e5;
    margin: 20px auto 0 auto;
    padding: 40px 40px 80px 40px;
}

.my-box .mb-right .mbr-jg .mbrj-tj {
    display: block;
    width: calc(100% - 1px);
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
}

.my-box .mb-right .mbr-jg .mbrj-tj .mbrjt-box {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.my-box .mb-right .mbr-jg .mbrj-tj .mbrjt-box .mbrjtb-tb {
    display: block;
    width: calc(25% - 1px);
    height: 50px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    text-align: center;
    float: left;
}

.my-box .mb-right .mbr-jg .mbrj-tj .mbrjt-box .mbrjtb-td {
    display: block;
    width: calc(25% - 1px);
    height: 50px;
    border-right: 1px solid #ddd;
    font-size: 14px;
    line-height: 50px;
    color: #666;
    text-align: center;
    float: left;
}

.my-box .mb-right .mbr-jg .mbrj-dtk {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.my-box .mb-right .mbr-jg .mbrj-dtk .mbrjd-bt {
    display: block;
    width: auto;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
}

.my-box .mb-right .mbr-jg .mbrj-dtk .mbrjd-ts {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.my-box .mb-right .mbr-jg .mbrj-dtk .mbrjd-ts .mbrjdt-ys {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    float: left;
}

.my-box .mb-right .mbr-jg .mbrj-dtk .mbrjd-ts span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    float: left;
    padding: 0 80px 0 10px;
}

.my-box .mb-right .mbr-jg .mbrj-dtk .mbrjd-cj {
    display: block;
    width: 100%;
    padding-top: 1px;
}

.my-box .mb-right .mbr-jg .mbrj-dtk .mbrjd-cj .mbrjdc-xx {
    display: block;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
    font-size: 16px;;
    line-height: 38px;
    color: #999;
    text-align: center;
    float: left;
    margin: 20px 20px 0 0;
}

.my-box .mb-right .mbr-jg .mbrj-dtk .mbrjd-cj .correct {
    background: #28c663;
    color: #fff;
}

.my-box .mb-right .mbr-jg .mbrj-dtk .mbrjd-cj .error {
    background: #ff3333;
    color: #fff;
}

.my-box .mb-right .mbr-jg .mbrj-btn {
    display: block;
    width: 300px;
    height: 60px;
    background: #ffb005;
    border: none;
    border-radius: 8px;
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin: 60px auto 0 auto;
}






