.score_banner_za .box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 1068px;
    transition: all 4s;
    position: relative;
    color: #fff;
}
.score_banner_za .text {
    position: absolute;
    width: 100%;
    top: 430px;
    padding-top: 130px;
    margin-bottom: auto;
    font-family: 思源黑体 CN, Noto Sans SC;
    transition: all 4s;
    text-align: center;
}
.score_input_siteUrl input::-webkit-input-placeholder { 
    color:#e68147 !important;
}
.score_input_siteUrl input::-moz-placeholder {
    color:#e68147 !important;
}
.score_input_siteUrl input:-ms-input-placeholder {
 color:#e68147 !important;
}
.score_input_siteUrl input:-moz-placeholder {
 color:#e68147 !important;
}
.container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.score_banner_za .score_ysh {
    font-size: 16px;
    line-height: 28px;
	letter-spacing: 1px;
    text-align: left;
	color: #ffce39;
    margin: 0 auto 15px auto;
}
.score_banner_za .score_btn {
    width: 30%;
    height: 46px;
    line-height: 46px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffcf39;
}
.score_banner_za .score_btn a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
}
.score_banner_za .score_container{
    padding: 0 12.5%;
    box-sizing: border-box;
}
.score_banner_za .score_input_siteUrl{
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 70%;
    display: inline-block;
    height: 46px;
    line-height: 46px;
}
.score_banner_za .score_input_siteUrl input{
    outline: none;
    border:0;
    width: 100%;
    padding-left: 21px;
    box-sizing: border-box;
}
.score_input_siteUrl input::-webkit-input-placeholder {
    color: #999999;
  }
  .score_input_siteUrl input::-moz-input-placeholder {
    color: #999999;
  }
  .score_input_siteUrl input::-ms-input-placeholder {
    color: #999999;
  }

  @media(max-width:417px){
    .score_banner_za .box{
        height: 300px;
    }
    .score_banner_za .text{
        top: 50px;
    }
    .score_banner_za .score_input_siteUrl,.score_banner_za .score_btn {
        height: 40px;
        line-height: 40px;
    }
    .score_banner_za .score_ysh{
        font-size: 14px;
    }
    .score_banner_za .score_input_siteUrl{
        margin-bottom: 45px;
    }
    .score_banner_za .score_container{
        padding: 0 2.5%;
    }
  }