.city-picker-selector {
    width: 400px;
    padding: 0px;
}

.city-picker-span.focus,
.city-picker-span.open {
    border-bottom: none;
}

.city-picker-span {
    height: 38px!important;
    line-height: 38px!important;
    padding-left: 10px;
}

.GS_img img {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}


/* 表单 */

.joinUsTips {
    font-size: 15px;
    margin-bottom: 30px;
}

.fillIn {
    margin-bottom: 30px;
}

.fillInInput {
    outline: none;
    border: 1px solid #ccc;
    line-height: 34px;
    font-size: 15px;
    color: #666;
    text-indent: 10px;
    width: 60%;
}

.fillInTitle {
    line-height: 34px;
    font-size: 15px;
    min-width: 110px;
    display: inline-block;
}

.fillInTips {
    color: red;
    line-height: 34px;
    font-size: 15px;
    margin-left: 5px;
}

.filltextarea {
    resize: none;
    width: 80%;
}

.fillInFlex {
    display: flex;
}

.subBtnDiv {
    background-color: #1b1b1c;
    width: 150px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    cursor: pointer;
    border: none;
    display: block;
}


/* tab切换 */

.joinUsTab {
    border-bottom: 1px solid #df0011;
    display: flex;
    margin: 20px 0;
}

.joinUsTab>.joinUsTitle {
    margin: 0;
    padding: 12px 15px;
    font-size: 20px;
    cursor: pointer;
}

.joinUsTab .thisTab {
    background-color: #df0011;
    color: #fff;
}


/* 图片上传样式 */

.upImg {
    width: 135px;
    height: 180px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    border: 1px dashed #ccc;
}

.upImg img {
    width: 100%;
    height: 100%;
}

.GS_btn {
    display: flex;
    align-items: center;
}


/*    */

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-15 {
    margin-top: 15px;
}

.mainBox {
    background-image: url('../images/xing.png');
    background-position: top center;
    padding-top: 100px;
}


/* 面包屑 */

.crumbs {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 7px 15px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.crumbs a {
    color: #fff;
}

.crumbs a:hover {
    text-decoration: none;
}

.crumbs a:focus {
    text-decoration: none;
}


/*  */

.qa_tab {
    border-bottom: 1px solid #f7f7f7;
}

.qa_tab span {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    padding: 0 29px;
    cursor: pointer;
}

.qa_tab .this_qa_tab {
    background-color: rgba(255, 255, 255, 0.15);
}

.qa_title {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.qa_text {
    font-size: 16px;
    color: #fff;
    opacity: 0.85;
    margin-top: 25px;
}


/* 表单 */

.userInputBox {
    width: 100%;
    padding: 15px;
    padding-bottom: 45px;
    background-color: rgba(255, 255, 255, 0.15);
}

.userTips {
    font-size: 15px;
    color: #fff;
    opacity: 0.85;
    padding: 15px;
}

.userInput {
    padding: 5px 15px;
    display: flex;
    margin-top: 30px;
}

.labelName {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 130px;
    line-height: 38px;
}

.write {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    height: 38px;
    text-indent: 15px;
    outline: none;
    width: 400px;
}

.write_textarea {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    height: 38px;
    text-indent: 15px;
    outline: none;
    width: 600px;
    height: 90px;
    resize: none;
}

.write_select {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    height: 38px;
    text-indent: 15px;
    outline: none;
    width: 400px;
}

.write_select option {
    color: #000;
}

.must_fill {
    color: red;
    font-size: 24px;
    display: inline-block;
    line-height: 38px;
    margin-left: 10px;
}

.sub {
    width: 172px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    border: none;
}

.upFile {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}

.imgBox_bg {
    width: 120px;
    height: 150px;
    background-color: #fff;
    cursor: pointer;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


/* 屏幕大于768 */

@media screen and (min-width:768px) {
    .qa_Box {
        padding-left: 50px;
    }
}


/* 屏幕小于768 */

@media screen and (max-width:768px) {
    .qa_tab span {
        margin-right: 0px;
    }
    .userInput {
        padding: 5px 15px;
        display: flex;
        flex-flow: column;
        margin-top: 30px;
        position: relative;
    }
    .write {
        width: 100%;
    }
    .must_fill {
        position: absolute;
        top: 0;
        right: -5px;
        top: 50%;
    }
    .write_textarea {
        width: 100%;
    }
    .write_select {
        width: 100%;
    }
    .city-picker-selector {
        width: 100%;
    }
}