.banners .bg {
    background: url('rz.png') no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
}

.sq {
    width: 1190px;
    background: #fff;
    box-shadow: 1px 1px 5px #ddd;
    margin: 20px auto;
}

.sq h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    background: #f7f7f7;
    padding: 20px;
}
.sqs {
    width: 1190px;
    margin: 20px auto;
}
.sqs .checkrz{
    padding:60px 0;
    height:290px;
    width:1040px;
    margin:0 auto;
}
.sqs .rzbg{
    display: block;
    width:230px;
    height: 290px;
    color: #fff;
    float: left;
    margin-right:20px;
    background: url(template/imgs/other_auth_bg.png) no-repeat;
    text-align: center;
    position: relative;
}
.sqs .rtitle{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    padding-top: 140px;
}
.sqs .index_myauth_item_text {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    padding-top: 16px;
}
.sqs .index_myauth_item_btn {
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -80px;
    color: #fff;
}
.sqs .r1{
    background-position: -508px 0;
}
.sqs .r2{
    background-position:  -12px 0;
}
.sqs .r3{
    background-position: -261px 0;
    margin-right:0;
}
.sqs .r4{
    background-position: -758px 0;

}
.sq .group-input {
    padding: 20px 0;
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.sq .sup {
    position: absolute;
    height: 1px;
    background: #e6e6e6;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sq .sup span {
    position: absolute;
    left: 0px;
    top: -10px;
    width: 100px;
    background: #fff;
    color: #333;
}

.sq .group-input .group-item {
    margin-bottom: 15px;
}

.sq .group-input .group-item .lable {
    width: 150px;
    text-align: right;
    float: left;
    padding-right: 15px;
    line-height: 34px;
    color: #818181;
}

.sq .group-input .group-item .sqinput {
    width: 300px;
    padding-left: 165px;
    position: relative;
}

.sq .group-input .group-item .sqinput .uploadicon {
    background: url("upload.png") no-repeat;
    width: 90px;
    height: 90px;
}

.sq .group-input .group-item .sqinput p {
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}

.sq .group-input .group-item .sqinput input,.sq .group-input .group-item .sqinput textarea {
    width: 100%;
    line-height: 16px;
    padding: 9px 10px;
    border: 1px solid #cccccc;
    float: none;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
#filePicker,#filePicker2,#filePicker3{
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
}
#filePicker .file,#filePicker2 .file2,#filePicker3 .file{
    position: absolute;
    opacity: 0;
    height:90px;
    width:90px;
}
#filePicker .webuploader-pick,#filePicker2 .webuploader-pick{
    text-indent: -9999px;
    height:90px;
}

.uploading,.uploading2{
    position: absolute;
    top:0;
    left:0;
    width:90px;
    height:90px;
    background: #ddd;
    display: none;
}
.uploading div,.uploading2 div{
    color:#333;
    text-align: center;
    line-height: 90px;
}
.okbtnjg{
    height: 40px;
    background: #FF801A;
    background-image: -webkit-linear-gradient(left, #8fc7fa 1%, #71bbfe 100%);
    background-image: linear-gradient(90deg, #8fc7fa 1%, #71bbfe 100%);
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(113, 187, 254, .43);
    border-radius: 5px;
    color:#fff;
    position: relative;
    font-size:16px;
    text-align: center;
    line-height: 40px;
    margin-bottom:50px;
    cursor: pointer;
}
.okbtn{
    height: 40px;
    background: #FF801A;
    background-image: -webkit-linear-gradient(left, #FFB738 1%, #FF801A 100%);
    background-image: linear-gradient(90deg, #FFB738 1%, #FF801A 100%);
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 128, 26, .43);
    border-radius: 5px;
    color:#fff;
    position: relative;
    font-size:16px;
    text-align: center;
    line-height: 40px;
    margin-bottom:50px;
    cursor: pointer;
}
.okbtnzy{
    height: 40px;
    background: #FF801A;
    background-image: -webkit-linear-gradient(left, #dbbdff 1%, #9b94ff 100%);
    background-image: linear-gradient(90deg, #dbbdff 1%, #9b94ff 100%);
    box-shadow: 0 0.3125rem 0.9375rem 0 rgb(224, 210, 241);
    border-radius: 5px;
    color:#fff;
    position: relative;
    font-size:16px;
    text-align: center;
    line-height: 40px;
    margin-bottom:50px;
    cursor: pointer;
}
.tj{
    background:#ddd !important;
    box-shadow:none
}