.accCont {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.header {
	width: 100%;
	height:70px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.header .c{
	max-width: 1100px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo {
	width: auto;
	height: 100%;
	display: block;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header .logo a{
	display: block;
	width:auto;
	height:70%;
}
.header .logo img{
	width:auto;
	height:100%;
	display: block;
}
.header .c .btnw{
	width: auto;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .c .btnw a{
	padding: 10px 20px;;
    border-radius: 5px;
    display: block;
    width: 60px;
	margin-left: 10px;
	text-align: center;
}
.header .c .btnw a.blue{
	background: #2d93e5;
    color: #fff;
}
.header .c .btnw a.red{
	background: #f55339;
    color: #fff;
}
.banner {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.banner img {
	position:relative;
	z-index: 0;
	width: auto;
	height: 320px;
}
.cont-item-jiegou {
	width: 100%;
	height: auto;
	margin-top: -20px;
}
.cont-item-jiegou img {
	width: 100%;
	height: auto;
}
.cont-item-title-pos {
	width: 1100px;
	height: 66px;
	position: absolute;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
}
.cont-item-title-pos .tittxt{
	width: 260px;
	line-height: 66px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 28px;
	color: #fff;
	z-index: 20;
	font-weight: bold;
}
.cont-item-title-pos img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.new-txt-contwrapp {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.cont-left {
	width: 70%;
	height: auto;
	margin-right: 20px;
}

.cont-right {
	width: 20%;
	height: auto;
}
.cont-right img {
	width: 100%;
	height: auto;
}
.cmain-3 {
	width: 1100px;
	height: auto;
	background: #ffffff;
	box-sizing: border-box;
	margin: 52px auto 0;
	position: relative;
	padding: 33px 0 20px;
}

.cmain-3 p.btt {
	width: auto;
	margin:10px 20px;
	font-size: 16px;
	color: #f55339;
	text-align: justify;
	line-height: 1.8;
	font-weight: 800;
}

.cmain-3 p.btt:before {
	content: "";
	width: 5px;
	height: 5px;
	border: 2px solid #f55339;
	border-radius: 50%;
	display: inline-block;
	margin-right: 12px;
}
.cmain-3 p.ctall{
	line-height: 1.8;
	text-align: justify;
	font-size: 14px;
	padding: 0 20px;
}

.footer {
	width: 100%;
	height: auto;
	background: #2c2d42;
}

.footer .han1w {
	width:1100px;
	height: auto;
	font-size: 14px;
	color: #878EA6;
	line-height: 1.5;
	border-bottom: 1px solid #35364f;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}

.footer .han2w {
	width: 1100px;
	height: auto;
	padding: 8px 0;
	margin: 0 auto;
}

.footer .han2w img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer .han3w {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #6B7288;
	line-height: 1.5;
	text-align: center;
	background: #252638;
	padding: 8px 0;
}
.jiegou-wap {
	display: none;
}
.jiegou-pc {
	display: block;
}
.fhongse{
	color: #f55339;
}
/* new0312 */
/* 头部导航样式增强 */
.header .btnw a.active {
    background-color: #f55339;
    color: #fff;
}

.header .btnw a.tab-btn {
    cursor: pointer;
}

/* 主体容器 */
.main-container {
    width: 100%;
    padding: 20px 0;
    background-color: #f5f5f5;
    min-height: calc(100vh - 265px);
}

/* 表单容器 */
.form-container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    margin-top: 20px;
}

/* 选项卡标题 */
.tab-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.form-title {
    font-size: 24px;
    color: #333;
    margin: 0 0 15px 0;
    font-weight: normal;
    text-align: center;
}

/* 选项卡切换按钮 */
.tab-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.switcher-btn {
    display: inline-block;
    padding: 12px 30px;
    margin: 0 5px;
    color: #666;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
    border-radius: 5px 5px 0 0;
    position: relative;
    bottom: -1px;
}

.switcher-btn.active {
    color: #000;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
}

.switcher-btn:hover:not(.active) {
    background-color: #f5f5f5;
}
.tab-content{
    max-width: 800px;
    margin: 0 auto;
}
/* 表单行 */
.input-row {
    margin-bottom: 20px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.input-row label {
    display: block;
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 20px;
    color: #333;
    line-height: 40px;
    font-size: 15px;
}

.input-row input[type="text"], 
.input-row input[type="password"] {
    width: calc(100% - 140px);
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    outline: none;
}

.input-row input[type="text"]:focus, 
.input-row input[type="password"]:focus {
    border-color: #2d93e5;
}

.help-text {
    margin-left: 140px;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

/* 验证码行 */
.captcha-row .captcha-container {
    display: flex;
    width: calc(100% - 140px);
    float: right;
}

.captcha-container input {
    width: 50% !important;
    margin-right: 15px;
}

.captcha-image {
    flex: 1;
}

.captcha-image img {
    height: 40px;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
}

.refresh-tip {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}

/* 必填标记 */
.required {
    color: #f55339;
    margin-right: 3px;
}

/* 协议行 */
.agreement-row {
    margin-top: 30px;
    margin-bottom: 15px;
}

.checkbox-container {
    margin-left: 140px;
    display: flex;
}

.checkbox-container input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 8px;
}

.checkbox-container label {
    width: auto;
    text-align: left;
    float: none;
    line-height: 1.5;
    padding-right: 0;
    font-size: 14px;
    color: #666;
}

.terms-link {
    color: #2d93e5;
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

/* 表单说明 */
.form-note {
    margin-left: 140px;
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

/* 按钮行 */
.button-row {
    margin-left: 140px;
    margin-top: 25px;
}

.submit-btn {
    background-color: #f55339;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 200px;
    text-align: center;
}

.submit-btn:hover {
    background-color: #e73f2a;
}
@media (max-width: 1099px) {
	body,html{
		width: 100%;
		font-size: 3.5vw;
	}
    .accCont, .footer .han1w, .footer .han2w {
        width: 94%;
        margin: 0 3%;
		box-shadow: none;
    }
    .banner img {
        height: 52vw;
    }
	.cont-item-title-pos{
		width: 82vw;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
		overflow: hidden;
		height: auto;
		top: -8vw;
	}
	.cont-item-title-pos img{
		width:auto;
		height: 16vw;
	}
    .cont-item-title-pos .tittxt {
		width: 100%;
        font-size: 6.2vw;
		line-height:16vw;
    }
	.jiegou-wap {
		display: block;
	}
	.jiegou-pc {
		display: none;
	}
    .cmain-3 {
        width: 100%;
        padding: 20px 10px;
    }

    .new-txt-contwrapp {
		width: 94%;
		margin: 10.5vw 3% 0;
        flex-direction: column;
        align-items: center;
		padding: 4vw;
    }
	.cmain-3 p.ctall{
		line-height: 1.5;
		padding: 0;
		font-size: 3.6vw;
		margin: 3vw 0;
	}
	.cmain-3 p.btt{
		font-size: 4.2vw;
		line-height: 1.5;
		padding: 0;
		margin: 3vw 0;
	}
    .cont-left, .cont-right {
        width: 100%;
        margin: 0 auto;
    }
    .cont-right img {
        width: 70%;
        height: auto;
		margin: 0 auto;
		display: block;
    }
	.boxshow{
		box-shadow: none;
	}
	.footer .han1w, .footer .han3w{
		line-height: 1.5;
		height: auto;
		padding: 3vw 0;
	}
	.cont-left{
		margin-top: 3vw;
	}
	/* 注册页 */
	.main-container{
		min-height: calc(100vh - 51vw);
	}
	.header{
		height: 14vw;
		padding: 0 3vw;
	}
	.header .c{
		max-width: 100%;
		height: 100%;
	}
	.header .logo{
		width: 32vw;
		overflow: hidden;
	}
	.header .c .btnw a{
		width: 16vw;
		padding: 2vw 3vw;
		text-align: center;
	}
	.form-container {
        width: 94%;
        padding: 3.5vw 5.5vw;
		margin: 0 auto;
    }
    
    .form-title {
        font-size: 18px;
    }
    
    .tab-switcher {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    
    .switcher-btn {
        flex: 1;
        padding: 10px 5px;
        font-size: 16px;
        text-align: center;
        margin: 0 8px;
    }
    
    .switcher-btn.active {
        font-weight: bold;
    }
    
    .input-row label {
        float: none;
        width: 100%;
        text-align: left;
        padding-right: 0;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    
    .input-row input[type="text"], 
    .input-row input[type="password"] {
        width: 100%;
    }
    
    .help-text {
        margin-left: 0;
    }
    
    .captcha-row .captcha-container {
        width: 100%;
        float: none;
        flex-direction: column;
    }
    
    .captcha-container input {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .checkbox-container {
        margin-left: 0;
    }
    
    .form-note {
        margin-left: 0;
    }
    
    .button-row {
        margin-left: 0;
    }
    
    .submit-btn {
        width: 100%;
    }
    
    .footer-warning,
    .footer-logos {
        width: 94%;
    }
    
    .feature-items {
        flex-wrap: wrap;
    }
    
    .feature-item {
        width: 33.33%;
        margin-bottom: 15px;
    }
}
