
input::-webkit-input-placeholder {
    color: #ccc;
}

.scal-y-1 {
    transform: scaleY(1) !important;
}

.scal-x-1 {
    transform: scaleX(1) !important;
}

.rotate {
    transform: rotate(180deg);
}

.banner {
    width: 100%;
    height: 675px;
    position: relative;
    background: #4672EB;
    background-size: 100%  100% ;
}

.banner-main {
    position: relative;
}

.banner-main>.title{
    position: absolute;
    top:80px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-main>.title>h1 {
    color: white;
    letter-spacing: 20px;
}

.banner-main>.content {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-tag {
    height: 50px;
}

.banner-tag>ul>li {
    float: left;
    height: 50px;
    width: 130px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px 10px 0 0;
    margin-right: 3px;
    color: white;
    cursor: pointer;
    transition: .3s;
    text-align: center;
}

.c-b {
    background-color: white !important;
    color: #547ded !important;
    transition: .3s;
}

.banner-tag>ul>li:hover {
    background-color: white;
    color: #547ded;
}

.banner-tag>ul>li>a {
    display:block;
    color: #fff;
}

.banner-tag>ul>li:hover>a {
    color: #547ded;
}

.banner-tag>ul>li i {
    margin-right: 5px;
}

.banner-sel {
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #BBBBBB;
    display: flex;
}

.banner-sel input{
    width: 100%;
    height:2.7em;
    border-radius:10px;
    border: none;
    color:#4f79ec;
    padding:6px 10px;
    box-sizing: border-box;
}

.banner-sel>.sel-1 {
    width: 237px;
    box-sizing: border-box;
    padding: 40px 20px;
    position: relative;
}

.banner-sel>.sel-1>p{
    padding-left: 10px;
}

.banner-sel>.sel-1>.click-1 {
    margin-top: 17px;
}


.banner-sel>.sel-1>.tab {
    transform: scaleY(0);
    width:745px;
    height: 110%;
    transform-origin: top;
    transition: .3s;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: absolute;
    top: 155px;
    left: 0;
    color: #666;
}
.st_con{
    width: 100%;
    height: 80%;
    overflow:auto;
}

/*滚动条样式*/
.st_con::-webkit-scrollbar {
    width: 4px;

}
.st_con::-webkit-scrollbar-thumb {
    background-color: #4f79ec;
}

.banner-sel>.sel-1>.tab>.title {
    border-bottom: 1px solid #ccc;
}

.banner-sel>.sel-1>.tab>.content {
    color: #666;
    flex-wrap: wrap;
}

.banner-sel>.sel-1>.tab>.content>div {
    margin-top: 10px;
    width: 25%;
    text-align: center;
    height: 47px;
    line-height: 47px;
}

.banner-sel>.sel-1>.tab>.content>div:hover {
    color: #333333;
    cursor: pointer;
}

.banner-sel>.sel-1>.tab>.title>div:first-child {
    margin-left: 0;
}

.banner-sel>.sel-1>.tab>.title>div {
    width: 82px;
    height: 34px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    line-height: 34px;
    color: #666666;
    margin-left: 10px;
    cursor: pointer;
    background-color: #E3E5E9;
    opacity: .6;
}

.sel-jt .arrow-right-tab{
    margin-top: 100px;
    width: 35px;
    height: 1px;
    background-color: #999;
    position: relative;
}
.sel-jt .arrow-right-tab:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left:10px solid #999;
    position: absolute;
    right: 0;
    top: -4px;
}

.banner-sel>.sel-2 {
    position: relative;
    padding: 40px 20px;
    width: 237px;
    box-sizing: border-box;
}

.banner-sel>.sel-2>p{
    padding-left: 10px;
}

.banner-sel>.sel-2>.click-2 {
    margin-top: 17px;
}

.banner-sel>.sel-2>.tab {
    transform: scaleY(0);
    width: 711px;
    height: 110%;
    transform-origin: top;
    transition: .3s;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: absolute;
    top: 155px;
    left: 0;
    color: #666;
}

.st_con2{
    width: 100%;
    height: 80%;
    overflow:auto;
}

/*滚动条样式*/
.st_con2::-webkit-scrollbar {
    width: 4px;

}
.st_con2::-webkit-scrollbar-thumb {
    background-color: #4f79ec;
}



.banner-sel>.sel-3 {
    box-sizing: border-box;
    padding: 40px 20px;
    width: 237px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
}

.banner-sel>.sel-3>p{
    padding-left: 10px;
}

.banner-sel>.sel-3>.click-3{
    margin-top: 17px;
}

.banner-sel>.sel-3>.click-3>input{
    width: 100%;
    height:2.7em;
    border: none;
    border-radius:10px;
    color:#4f79ec;
    padding-left: 10px;
}

.banner-sel>.sel-3>.tab {
    transform: scaleY(0);
    width:473px;
    height: 265px;
    transform-origin: top;
    transition: .3s;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: absolute;
    top: 155px;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.banner-sel>.sel-3>.tab>.title {
    font-size: 16px;
    color: #333333;
}

.banner-sel>.sel-3>.tab>.content {
    position: relative;
    margin-top: 10px;
}

.banner-sel>.sel-3>.tab>.content>.item {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    justify-content: space-between;
}

.banner-sel>.sel-3>.tab>.content>.item>i{
    font-size: 14px;
}


.banner-sel>.sel-3>.tab>.content>.item-1 {
    will-change: top, left;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    transform: scaleY(0);
    top: 40px;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    transition: .3s;
    transform-origin: top;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
}

.banner-sel>.sel-3>.tab>.content>.item-1>div {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 25%;
    text-align: center;
}

.banner-sel>.sel-3>.tab>.content>.item-1>div:hover {
    color: #4672EB;
    cursor: pointer;
}


.banner-sel>.sel-3>.tab>.inp-1>.item {
    margin-top: 20px;
    width:100%;
    display: flex;
    justify-content: space-between;
}

.banner-sel>.sel-3>.tab>.inp-1>.item>div {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-sel>.sel-3>.tab>.inp-1 input {
    height: 30px;
    width: 45%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 5px;
}


.banner-sel>.sel-3>.tab>.btn {
    margin-top: 20px;
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #4672EB ;
    color: #fff;
    cursor: pointer;
    border-radius:5px;
    float: right;
}


.banner-sel>.sel-4 {
    width: 237px;
    box-sizing: border-box;
    padding: 40px 20px;
    position: relative;
}

.banner-sel>.sel-4>p{
    padding-left: 10px;
}


.banner-sel>.sel-5 {
    padding: 40px 40px;
    box-sizing: border-box;
    width: 237px;
    border-left: 1px solid #ccc;
    text-align: center;
}

.banner-sel>.sel-5>div {
    width: 100%;
    height: 60px;
    background-color: #397ffb;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
}