@charset "UTF-8";

.banner {
    width: 100%;
    height: 551px;
    background: url(../images/banner.png)no-repeat center;
}

.banner .Width {
    padding-top: 130px;
}

.banner-title1 {
    width: max-content;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    background-color: #fff888;
    color: #f95808;
    text-align: center;
    font-size: 36px;
	 padding: 0 50px;
}

.banner-title2 {
    width: 1064px;
    height: 137px;
    background: url(../images/title.png)no-repeat center;
    margin: 40px auto 0;
}

.main {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.box1 {
    width: 1200px;
    height: auto;
    background: linear-gradient(to bottom, #fb7017, #fd8f14);
    padding: 46px 80px;
    box-sizing: border-box;
    margin-top: 50px;
    border-radius: 25px;
}
.m-box1-title{
    display: none;
}

.box1-left {
    width: 509px;
    height: 546px;
    float: left;
    margin-right: 36px;
}

.box1-left img {
    width: 100%;
    height: 100%;
}

.box1-right {
    width: 495px;
    height: max-content;
    float: right;
    padding: 37px 35px;
    box-sizing: border-box;
    background-color: rgba(245, 210, 36, 1);
    border-radius: 20px;
}

.box1-ul li {
    width: 100%;
    height: 54px;
    margin-bottom: 15px;
}
.box1-ul li p{
    width: 15%;
    float: left;
    font-size: 20px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    font-weight: 600;
    text-align: right;
    margin-right:15px ;
}
.box1-ul li input{
    float: right;
    width: 81%;
    height: 54px;
    line-height: 54px;
    border: none;
    border-radius: 10px;
    color: #b7b7b7;
    font-size: 18px;
    padding-left: 15px;
    box-sizing: border-box;
    background: #fff;
}
#PhoneCode{
    width: 50%;
    float: left;
}
#fs{
    width: 30%;
    padding-left: 0;
    text-align: center;
    background-color: #fdad12;
    color: #fff;
    font-weight: 600;
    cursor:pointer;
}
/*#province{
    width: 81%;
    height: 54px;
    line-height: 54px;
    border: none;
    border-radius: 10px;
     background: #fff url(../images/pic001.png) no-repeat 305px center; 
    font-size: 18px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #333;
}*/
.get{
    width: 81%;
    height: 64px;
    line-height: 64px;
    float: right;
    background-color: #fdcd12;
    border: none;
    font-size: 26px;
    border-radius: 30px;
    color: #ed3409;
    box-shadow: 5px 5px 5px #fb600e;
    cursor: pointer;
}
.box2{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.box2-title{
    text-align: center;
    font-size: 50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}
.box2-ul {
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.box2-ul li{
    width: 534px;
    height: 303px;
    float: left;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 132px;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #FF9800;
}
.box2-ul li:nth-child(2){
    margin-right: 0;
}
.box2-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.box2-ul li a img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

form p{ width: 100%; position: relative; margin-bottom: 15px;}
form p input,
form p select{ width: 100%; position: relative; border: 0; font-size: 18px;  color: #363740; box-sizing: border-box;  padding-left: 22px; height: 50px; line-height: 54px; border-radius: 5px; background: #f4f2ff;}
form p select{ display: inline-block; width: 100%; background: #f4f2ff url("../images/select_bg.png") 95% center no-repeat;}
form p select#type{ width: 100%; background: #f4f2ff url("../images/select_bg.png") 95% center no-repeat;}
form p select#province{  margin-right: 2%;}
form p input#fs{ padding: 0; text-align: center; width: 195px;     background: linear-gradient(280deg,#ed3409,#FF9800);
    box-shadow: 0px 0px 18px 0px #ffb668; color: #fff; position: absolute; right: 0; top: 0; z-index: 5; cursor: pointer;}
.submit{
    cursor: pointer;
    display: block;
    border: 0;
    width:300px;
    height:60px;
    line-height: 60px;
    text-align: center;
    border-radius: 40px;
    font-size: 26px;
    color: #fff;
    margin: 35px auto 0 auto;
    background:linear-gradient(-5deg,rgb(67 56 76),rgb(102 82 118));
    box-shadow:0px 2px 6px 0px rgba(136, 136, 136, 0.5);
}
input::input-placeholder{ color: #363740;}
input::-webkit-input-placeholder{ color: #363740;}
input::-moz-input-placeholder{ color: #363740;}
input:-moz-input-placeholder{ color: #363740;}
input:-ms-input-placeholder{ color: #363740;}

.slider_input{
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto 15px auto;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #787878;
    text-indent: 1em;
    outline: none;
    border: none;
}

.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper {
    width: 100% !important;
}
.nc_scale {
    height: 50px !important;
    border-radius: 6px;
}
.nc-container .nc_scale span {
    line-height: 50px !important;
    height: 48px !important;
    /* width: 60px!important; */
}
.nc-container .scale_text.scale_text span[data-nc-lang="_startTEXT"] {
    /* display: block !important; */
    font-size: 14px !important;
    line-height: 50px !important;
}










@media only all and (max-width:1200px){
    .banner{
        height: 10rem;
        background-size: auto 100%;
        background-position: center center;
    }
    .banner .Width{
        padding-top: 2rem;
    }
    .banner-title1{
        padding: 0 1.5rem;
        height: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .banner-title2{
        width: 17rem;
        height: 2.8rem;
        background-size: 100%;
        margin: 1rem auto 0;
    }
    .box1{
        width: 100%;
        padding: 1rem;
        margin-top: 1rem;
    }
    .m-box1-title{
        display: block;
        font-size: 1.3rem;
        color: #000;
        line-height: 2rem;
        text-align: center;
        font-weight: 600;
        margin-top: 1rem;
    }
    .box1-left{
        display: none;
    }
    .box1-right{
        width: 100%;
        padding: 1rem .5rem;
        height: auto;
    }
    .box1-ul li{
        height: 2rem;
        margin-bottom: 1rem;
    }
    .box1-ul li p{
       display: none;
    }
    .box1-ul li input{
        width: 100%;
        height: 2rem;
    }
    #PhoneCode{
        width: 64%;
    }
    #fs{
        height: 2rem;
        line-height: 2rem;
    }
    /* #province{
        width: 100%;
        height: 2rem;
        line-height: 2rem;
        background: #fff url(../images/pic001.png) no-repeat 14rem center;
    } */
    .get{
        width: 100%;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1rem;
        float: none;
    }
    .box2{
        margin-top:1.5rem;
    }
    .box2-title{
        font-size: 1.3rem;
        height: 2rem;
        line-height: 2rem;
    }
    .box2-ul{
        margin-top: 1rem;
    }
    .box2-ul li{
        width: 100%;
        height: 10rem;
        margin-bottom: 1rem;
    }
	 
	 
	 
	 form p {
	     margin-bottom: .66rem;
	 }
	 form p input,
	 form p select {
	     font-size: .7rem;
	     padding-left: 1rem;
	     height: 1.8rem;
	     line-height: 1.8rem;
	     border-radius: 0.14rem;
	 }
	 form p select {
	     background-size: .44rem !important;
	 }
	 form p input#fs {
	     width: 5rem;
	     box-shadow: 0px 0px 0.3rem 0px rgb(130, 120, 210);
	 }
	 .submit {
	     width: 7rem;
	     height: 2rem;
	     line-height: 2rem;
	     border-radius: 1rem;
	     font-size: .8rem;
	     margin: .7rem auto 0 auto;
	 }
	 
	 #__nc {
	     height: 1.8rem;
	     line-height: 1.8rem;
	     border-radius: 0.7rem;
	 }
	 .slider_input {
	     width: 100%;
	     height: 1.8rem;
	     margin: 0 auto 0.66rem auto;
	     background: #fff;
	     border-radius: 0.2rem;
	     font-size: 0.66rem;
	 }
	 ._nc .stage {
	     padding: 0 !important;
	 }
	 ._nc .stage1, ._nc .stage1 .slider, ._nc .stage1 .track div, ._nc .stage1 .label {
	     height: 1.8rem!important;
	     line-height: 1.8rem!important;
	     font-size: .66rem!important;
	     left: 0 !important;
	     right: 0 !important;
	     width: 100%;
	     border-radius: 0.15rem;
	 }
	 ._nc .stage1 .icon {
	     left: 0 !important;
	 }
	 ._nc .stage1 .icon {
	     bottom: 0 !important;
	 }
	 ._nc .stage1 .button, ._nc .stage1 .icon {
	     width: 1.8rem !important;
	     height: 1.8rem !important;
	     border-radius: 0;
	     background: #fff;
	 }
	 ._nc .icon-slide-arrow {
	     font-size: 1.1rem !important;
	     line-height: 1.8rem !important;
	 }
	 
	 
	 
	 
}