.header {
    opacity: 0.95;
    background: #242424;
    height:.7rem;
}
.header .logo{
    width:100%;
    margin-top:.1rem;
}
.header .index {
    width: 1.2rem;
    height: .36rem;
    margin-top: .15rem;
    display: inline-block;
    background: #C73A3D;
    border-radius: 100px;
    font-size: .14rem;
    color: #FFFFFF;
    line-height: .36rem;
    text-align: center;
}
.banner {
    background:url("../images/order/bg_entry@2x.png") no-repeat;
    background-size: 100% 100%;
}
.banner .row>div {
    width:5.3rem;
    float: none;
    padding:.5rem 0;
}
.banner .form {
    padding: .2rem .3rem .6rem .3rem;
    background: #FFFFFF;
    border-radius: 8px;
}
.banner .form .title {
    font-size: .24rem;
    color: #141414;
    letter-spacing: -0.71px;
    line-height: .38rem;
    margin-bottom:.2rem;
    padding-top:.2rem;
}
.vcodeInputGroup {
    display: -webkit-flex;
    display: flex;
}
.codeInput {
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sendCode {
    background: #C73A3D;
    color: #fff;
    margin-left: 7px;
    border-radius: 4px;
}
.form-control {
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    height:.6rem;
}
.form input {
    padding-left:.5rem;
    font-size: .16rem;
    color: #8C8C8C;
    letter-spacing: -0.44px;
    line-height: .16rem;
}
.btn.focus, .btn:focus, .btn:hover {
    color:#fff;
}
.form .user {
    background: url("../images/order/ic_order_name@2x.png") no-repeat .15rem center;
    background-size: .24rem auto;
}
.form .phone {
    background: url("../images/order/ic_order_tell@2x.png") no-repeat .15rem center;
    background-size: .24rem auto;
}
.form .codeInput {
    background: url("../images/order/ic_order_code@2x.png") no-repeat .15rem center;
    background-size: .24rem auto;
}

.form .form-group p label {
    font-size: .18rem;
    color: #141414;
    letter-spacing: -0.53px;
    line-height: .26rem;
    padding-top:6px;
    font-weight: 500;
    padding-bottom:6px;
}
.checkboxlabel {
    position: relative;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url("../images/order/ic_choice_not@2x.png") no-repeat right bottom;
    background-size: auto 15px;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
    opacity: 0;
}
.checkboxlabel.active {
    background: url("../images/order/ic_choice_called@2x.png") no-repeat left bottom;
    background-size: auto 15px;
}
.form-group label.fund{
    margin-right:.41rem;
}
.form-group label.fund span,.form-group label.option span{
    font-size: .14rem;
    color: #141414;
    letter-spacing: -0.41px;
    line-height: .14rem;
    font-weight: 400;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}
.btn-default:active:focus {
    border-color: #C73A3D;
    background-color: #C73A3D;
    color: #FFFFFF;
    outline: none;
}
.form-group .submit {
    width:100%;
    height: .5rem;
    background: #C73A3D;
    border-radius: 1rem;
    font-size: .16rem;
    color: #FFFFFF;
    text-align: center;
    margin-top:.2rem;
}

.phone-group {
    position: relative;
}
.phone-group input {
    padding-left:1.4rem;
}
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 14px;
    background: transparent;
    border:none;
    outline: none;
}
select::-ms-expand { display: none; }
.phone-group .countryCode {
    position: absolute;
    top:0;
    right:10px;
    left:.5rem;
    width:.8rem;
    height:.6rem;
    margin-left:10px;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll .55rem center transparent;
}
.phone-group .countryCode {

}

.layerContent img {
	width: 200px; 
	margin: 0 auto;
	display: block;
}
.layerContent p {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
 
.layerContent .subTitle {
	text-align: center;
	font-weight: bold;
	color: rgb(20, 20, 20);
	font-size: 18px;
	line-height: 2;
}