body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.display-none {
    display: none;
}
.logo{
	width:240px;
	position:absolute;
	top:60px;
	left:20px;
	z-index:9;
}
.logo img{
	width:100%;
}
.jrgw_button{
	width: 178px;
    height: 48px;
    position: absolute;
    top: 50px;
    right: 60px;
    z-index: 999;
}
.jrgw_button a {
	width: 100%;
    height: 100%;
    display: block;
    background: url(//i3.gbimg.cn/zt/2020/06/28/yuyue6/images/button_public.png) no-repeat left top;
}
.jrgw_button span{
	    width: 23px;
    height: 18px;
    display: block;
    position: absolute;
    top: 15px;
    left: 30px;
    background: url(//i3.gbimg.cn/zt/2020/06/28/yuyue6/images/button_public.png) no-repeat -180px top;
}
.login-wrap {
    width: 744px;
    height: 580px;
    background: url(http://i3.gbimg.cn/zt/2019/09/11/ql/login_bg_img.png) no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -372px;
    margin-top: -290px;
    z-index: 999;
}
.login-wrap .close {
    width: 55px;
    height: 56px;
    position: absolute;
    top: -60px;
    right: 0;
    background: url(http://i3.gbimg.cn/zt/2019/09/11/ql/close.png) no-repeat;
    cursor: pointer;

}
.login-wrap .tabs__nav {
    width: 338px;
    height: 70px;
    background: url(http://i3.gbimg.cn/zt/2019/09/11/ql/login_button.jpg) no-repeat;
    cursor: pointer;
}
.login-wrap .login__pane {
    padding-top: 20px;
}
.login-wrap .reg__pane {
    padding-top: 60px;
}
.login-wrap .tab__pane {
    text-align: center;
}
.login-container {
    width: 676px;
    padding-top: 12px;
    margin: 0 auto;
}
.tabs__nav.login__nav {
    background-position: left top;
}
.tabs__nav.reg__nav {
    background-position: -337px top;
}
.tabs__nav.login__nav.active {
    background-position: left -71px;
}
.tabs__nav.reg__nav.active {
    background-position: -337px -71px;
}
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    z-index: 980;
}
.section_01 {
    height: 286px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/img_bg_01.jpg') center center no-repeat;
}
.section_02 {
    height: 310px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/img_bg_02.jpg') center center no-repeat;
}
.section_03 {
    height: 175px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/img_bg_03.jpg') center center no-repeat;
}
.section_04 {
    height: 526px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/img_bg_04.jpg') center center no-repeat;
}
.section_05 {
    height: 150px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/img_bg_05.jpg') center center no-repeat;
}
.section_06 {
    height: 776px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/img_bg_06.jpg') center center no-repeat;
}
.section_07 {
    height: 217px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/img_bg_07.jpg') center center no-repeat;
}
.section_08 {
    height: 909px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/img_bg_08.jpg') center center no-repeat;
}
.section_action {
    position: relative;
}
.action-container {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 650px;
    margin: 0 auto;
}
.action-container .tabs__nav {
    width: 311px;
    height: 78px;
    line-height: 78px;
    font-size: 40px;
    color: #F8ECDC;
    text-align: center;
    user-select: none;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/tab__bg.png') top center no-repeat;
    cursor: pointer;
}
.action-container .tabs__nav.active {
    color: #271B1A;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/tab__bg-active.png') top center no-repeat;
}
.action-container .tabs__wrap {
    margin-bottom: 50px;;
}
.apply__nav {
    letter-spacing: 12px;
}
.active__nav {
    letter-spacing: 5px;
}
.action-container .tab__pane {
    width: 493px;
    margin: 0 auto;
}
.user-name {
    text-align: center;
    color: #fff;
    padding-bottom: 39px;
}
.unlogin span {
    color: #F0765D;
    text-decoration: underline;
    cursor: pointer;
}
#exit {
    color: #ff6f6f;
    cursor: pointer;
}
.tabs__content input {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-indent: 12px;
    font-size: 16px;
}
.tabs__content input::placeholder {
    color: #9F8E86;
    font-size: 14px;;
}
.form-item {
    margin-bottom: 13px;
}
.sms-code input {
    width: 330px;
}
.code-btn {
    width: 154px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    background-color: #BC8C5A;
}
.get-code {
    color: #fff;
    font-size: 20px;
}
.resend {
    color: #ccc;
    font-size: 16px;
    cursor: not-allowed;
}
.err-msg {
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #F0765D;
    padding: 5px;
}
.form .btn {
    margin: 0 auto;
    width: 367px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #A04126;
    font-size: 26px;
    letter-spacing: 3px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/btn.png') top center no-repeat;
    cursor: pointer;
    user-select: none;
}
.message-box {
    position: fixed;
    top: 50%;
    left: 50%;;
    width: 616px;
    height: 385px;
    margin-left: -308px;
    margin-top: -193px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/message-box__bg.png') top center no-repeat;
    z-index: 999;
}
.message-box .close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.message-box .close img {
    width: 100%;
}
.message-box .message-content {
    text-align: center;
    padding-top: 120px;
}
.message-box .title {
    font-size: 28px;
    color: #444764;
    font-weight: bold;
    margin-bottom: 20px;
}
.message-box .content {
    margin-bottom: 20px;
}
.message-box .confirm {
    width: 339px;
    height: 46px;
    margin: 0 auto;
    padding-top: 50px;
}
.message-box .confirm span {
    display: block;
    height: 100%;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/message-box__btn.png') top center no-repeat;
    cursor: pointer;
}
.message-box .confirm span:hover {
    background: url('http://i3.gbimg.cn/zt/2020/11/23/message-box__btn-active.png') top center no-repeat;
}
.feature-container {
    position: relative;
    width: 1183px;
    margin: 0 auto;
    padding-top: 155px;
}
.feature-container .swiper-container {
    height: 608px;
}
.feature-container .swiper-container img{
    display: block;
    width: 100%;
    height: 100%;
}
.feature-container .feature-btn {
    position: absolute;
    width: 58px;
    height: 107px;
    top: 443px;
    z-index: 99;
    cursor: pointer;
}
.feature-container .button-next {
    right: -25px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/btn-next.png') top center no-repeat;
}
.feature-container .button-next:hover,
.feature-container .button-next:active {
    background: url('http://i3.gbimg.cn/zt/2020/11/23/btn-next__hover.png') top center no-repeat;
}
.feature-container .button-prev {
    left: -25px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/btn-prev.png') top center no-repeat;
}
.feature-container .button-prev:hover,
.feature-container .button-prev:active {
    background: url('http://i3.gbimg.cn/zt/2020/11/23/btn-prev__hover.png') top center no-repeat;
}
.feature-container .feature-pagination {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    text-align: center;
}
.feature-container .pagination-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('http://i3.gbimg.cn/zt/2020/11/23/pagination.png') top center no-repeat;
    cursor: pointer;
}
.feature-container .pagination-item.active,
.feature-container .pagination-item:hover {
    background: url('http://i3.gbimg.cn/zt/2020/11/23/pagination-active.png') top center no-repeat;
}