html {
    font-size: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}body {
    font: 12px/1.5 PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
}
*{
	margin:0;
	padding:0;
}
address, cite, dfn, em, i, var {
    font-style: normal;
}
a:hover,a{
	text-decoration: none;
}
a, a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}
img{
	border:none;
}
ol, ul {
    list-style: none;
}
.flex-cell{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.page-bg{
	width: 100%;
	height: 520px;
	background: url(../images/pagebg.jpg)center center no-repeat;
}
.page-container{
    width: 1100px;
    margin:-470px auto 80px;
    position: relative;
}
.ccmtvlogo{
    height: 71px;
	margin-bottom: 40px;
	text-align: left;
}
.ccmtvlogo>img{
	display: inline-block;
}
.page-panel{
	position: relative;
	height: 542px;
    z-index: 1;
}
.panel-swiper{
	width: 686px;
	height: 100%;
	float: left;
}
.panel-swiper .swiper-container{
	width: 100%;
	height: 100%;
}
.panel-swiper .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}
.swiper-pagination-bullet{
	width: 8px!important;
	height: 8px!important;
	background: #fff!important;
	opacity: 1!important;
    margin:0 9px!important;
}
.swiper-pagination-bullet-active{
	background: #1173d6!important;
}
.panel-login{
	width: 414px;
	height: 100%;
	background: #fff;
	border:1px solid #dbdbdb;
	border-left: none;
	box-sizing: border-box;
	float: left;
	padding:54px 38px 0;
}
.input_area{
	/*height: 340px;*/
    height: 316px;
}
.pattern{
	position: absolute;
	right:-103px;
	top: 24px;
    z-index: -1;
    cursor: pointer;
    width: 136px;
    height: 59px;
    background: url(../images/scancode.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.changepat{
    background: url(../images/back.png)!important;
    background-size: 100% 100%!important;
}
.wechat{
    display: inline-block;
    position: absolute;
	right:-98px;
	top: 110px;
    z-index: -1;
    cursor: pointer;
    color: #1173D6;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.wechat span{
    margin-left: 6px;
}
.write_type{
    margin-bottom: 6px;
	text-align: center;
}
.write_type .type_list{
    display: inline-block;
    color: #333;
    font-size: 20px;
    cursor: pointer;
}
.write_type .acttype{
    font-size: 20px;
    color: #1173d6;
    position: relative;
}
.write_type .acttype:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 32px;
    height: 3px;
    background: #1173d6;
    border-radius: 2px;
    transform: translateX(-50%);
}
.type_list +.type_list{margin-left: 30px;}
.formbox{
    padding-top: 44px;
    position: relative;
}
.tip{
    width: 100%;
    background: #fef8e9;
    color: #e60011;
    font-size: 14px;
    padding:5px 12px;
    position: absolute;
    left:0;
    top:0;
}
.tip img{
    display:inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.inputfocus {
    display: none;
}.form-item {
    border-bottom: 1px dashed #d2d2d2;
    box-sizing: border-box;
    margin-bottom: 25px;
    height: 32px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.form-item_bd{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}.form-item input {
    border: none;
    padding-left: 5px;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}
.loginBtn {
    background: #1173d6;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    margin-bottom: 15px;
    margin-top: 34px;
}.loginBtn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}
.form-item_ft span{
    display: inline-block;
    color: #1173d6;
    font-size: 16px;
    cursor: pointer;
}
.login_swi{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}
.forget-pwd{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}
.egister-now{
	display: inline-block;
	color:#1173d6;
	font-size: 16px;
	cursor: pointer;
}
.tipline{
	display: inline-block;
	color: #333333;
	font-size: 16px;
    margin:0 5px;
}
.noAccount{
	display: inline-block;
	color: #333333;
	font-size: 16px;
}
.form-tip{
	overflow: hidden;
    margin-bottom: 10px;
}.code_area {
    display: none;
    height: 316px;
}.code_top p{
    font-size: 20px;
    color: #333;
    text-align: center;
}
.code_view {
    width: 195px;
    height: 195px;
    background: #fff;
    margin: 20px auto 14px;
}
.code_view img {
    display: block;
    width: 100%;
}
.scan_status{
    width: 195px;
    height: 195px;
    background: #fff;
    margin: 20px auto 14px;
    border:1px solid #e3e3e3;
    box-sizing:border-box;
    text-align: center;
    font-size: 14px;
    color: #333;
    display:none;
}
.status-icon{
    display:inline-block;
    margin: 45px auto 10px;
}
.back_code{
    color: #1173d6;
}
.scan {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    color: #333;
}
.scan p>img{
	margin-right: 5px;
	vertical-align: middle;
}
.agreement{
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 40px;
}
.agreement p a{
    color: #1173d6;
}
.remarks{
	text-align: right;
}
.remarks-word{
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #333;
    vertical-align: -webkit-baseline-middle;
}
.appimg{
	display: inline-block;
	vertical-align: middle;
	/*margin-top: -30px;*/
	margin-left: 12px;
}

.form-mark{
    position: absolute;
    right: 0;
    top: 0;
}
.passwordeye{
    display: inline-block;
    cursor: pointer;
}
.visible{
    width: 26px;
    height: 18px;
    background: url(../images/see.png);
    background-size: 100% 100%;
}
.invisible{
    width: 26px;
    height: 12px;
    background: url(../images/nosee.png);
    background-size: 100% 100%;
}

@media screen and (max-width: 1335px) {
    .page-container{
        width: 1000px;
    }   
    .panel-swiper{
        width: 606px;
    }
    .panel-login{
        width: 394px;
        padding: 24px 38px 0;
    }
}
/*底部*/
.footer {
    background: #f4f3f3;
    display: block;
    height: 186px;
    width: 100%;
}.footer .footer_top {
    padding: 60px 0 0 0;
    width: 1000px;
    margin: 0 auto;
}
.footer_top > div {
    float: left;
    border-right: #e7e7e7 1px solid;
    padding: 0 18px 0 18px;
}
.footer_top > div h3 {
    font-size: 16px;
    color: #6F6E6E;
    margin-bottom: 20px;
    font-weight: normal;
}
 .footer_top > div p {
    font-size: 12px;
    line-height: 20px;
} .footer_top > div p span {
    margin-right: 32px;
    color: #454545;
    font-weight: bold;
}.new_ccmtv_foot a {
    color: #A8A7A7;
}
 .footer_top .brn {
    border-right: none;
}
.footer_top > div p span img {
    vertical-align: middle;
    width: 30px;
    height: 24px;
}