.helps-container {
    background-color: #fafafa;
    height: auto;
    min-height: 600px;
    padding-bottom: 44px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.help-title {
    color: #EFF3F6;
    font-size: 24px;
    padding-top: 26px;
    box-sizing: border-box;
	text-align: center;
}

.help-consult {
    color: #EFF3F6;
    font-size: 14px;
    margin-top: 10px;
}

.help-content {
    margin-top: 20px;
    overflow: hidden;
}

.left-tab-box {
    width: 178px;
    height: auto;
    box-shadow: 0 -1px 0 0 rgba(230, 230, 230, 1);
    float: left;
}

.help-tab {
    height: 49px;
    line-height: 49px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 40px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.help-tab i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

.help-tab i.help-tab1 {
    background: url("./css_sprites_21.png") -50px -10px;
}

.help-tab i.help-tab2 {
    background: url("./css_sprites_21.png") -10px -130px;
}

.help-tab i.help-tab3 {
    background: url("./css_sprites_21.png") -90px -10px;
}

.help-tab i.help-tab4 {
    background: url("./css_sprites_21.png") -130px -50px;
}

.help-tab i.help-tab5 {
    background: url("./css_sprites_21.png") -10px -90px;
}

.help-tab i.help-tab6 {
    background: url("./css_sprites_21.png") -10px -10px;
}

.help-tab i.help-tab7 {
    background: url("./css_sprites_21.png") -90px -90px;
}

.tab-on {
    background-color: #3291F5;
    border-bottom: 1px solid #3285F5;
    color: #ffffff;
}

.tab-on i.help-tab1 {
    background: url("./css_sprites_21.png") -10px -50px;
}

.tab-on i.help-tab2 {
    background: url("./css_sprites_21.png") -130px -90px;
}

.tab-on i.help-tab3 {
    background: url("./css_sprites_21.png") -50px -50px;
}

.tab-on i.help-tab4 {
    background: url("./css_sprites_21.png") -130px -10px;
}

.tab-on i.help-tab5 {
    background: url("./css_sprites_21.png") -90px -50px;
}

.tab-on i.help-tab6 {
    background: url("./css_sprites_21.png") -50px -130px;
}

.tab-on i.help-tab7 {
    background: url("./css_sprites_21.png") -50px -90px;
}

.help-tab:hover {
    background-color: #3291F5;
    border-bottom: 1px solid #3285F5;
    color: #ffffff;
}

.help-tab:active {
    background-color: #3C6EF0;
}

.help-tab:hover i.help-tab1 {
    background: url("./css_sprites_21.png") -10px -50px;
}

.help-tab:hover i.help-tab2 {
    background: url("./css_sprites_21.png") -130px -90px;
}

.help-tab:hover i.help-tab3 {
    background: url("./css_sprites_21.png") -50px -50px;
}

.help-tab:hover i.help-tab4 {
    background: url("./css_sprites_21.png") -130px -10px;
}

.help-tab:hover i.help-tab5 {
    background: url("./css_sprites_21.png") -90px -50px;
}

.help-tab:hover i.help-tab6 {
    background: url("./css_sprites_21.png") -50px -130px;
}

.help-tab:hover i.help-tab7 {
    background: url("./css_sprites_21.png") -50px -90px;
}

.tab-last {
    margin-top: 10px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.right-content-box {
    width: 1010px;
    height: auto;
    border: 1px solid #E6E6E6;
    padding: 20px;
    padding-top: 0px;
    box-sizing: border-box;
    background-color: #ffffff;
    float: right;
}

.question-answer {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    padding-top: 20px;
}

.question {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.answer {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.answer-item {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-indent: 20px;
}

.answer-item .num {
    color: #3291F5;
    font-size: 14px;
    font-weight: 400;
}

.answer-title {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.last-no {
    border-bottom: none;
}

.answer-img {
    width: 968px;
    margin-top: 10px;
}


/*用户反馈*/

.feed-box {
    height: 480px;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
}

.feed-box h4 {
    color: #272727;
    font-size: 14px;
}

.feed-box .feed-type {
    margin-top: 24px;
}

.feed-type .feed-t-t {
    display: inline-block;
    color: #272727;
    font-size: 16px;
    vertical-align: middle;
}

.feed-type .feed-tab {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 90px;
    text-align: center;
    font-size: 12px;
    margin-right: 12px;
    border-radius: 30px;
    cursor: pointer;
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

.feed-type .feed-t1 {
    border: 1px solid #4175DD;
    color: #4175DD;
    margin-left: 2px;
}

.feed-type .feed-t1:hover {
    border: 1px solid #4175dd;
    color: #fff;
    background-color: #4175dd;
}

.feed-type .feed-t1:active {
    border: 1px solid #3465c7;
    color: #fff;
    background-color: #3465c7;
}

.feed-type .feed-t1.feed-tab-a {
    border: 1px solid #3465c7;
    color: #fff;
    background-color: #3465c7;
}

.feed-type .feed-t2 {
    border: 1px solid #1F7346;
    color: #1F7346;
}

.feed-type .feed-t2:hover {
    border: 1px solid #1f7346;
    color: #fff;
    background-color: #1f7346;
}

.feed-type .feed-t2:active {
    border: 1px solid #18633b;
    color: #fff;
    background-color: #18633b;
}

.feed-type .feed-t2.feed-tab-a {
    border: 1px solid #18633b;
    color: #fff;
    background-color: #18633b;
}

.feed-type .feed-t3 {
    border: 1px solid #D04927;
    color: #D04927;
}

.feed-type .feed-t3:hover {
    border: 1px solid #d04927;
    color: #fff;
    background-color: #d04927;
}

.feed-type .feed-t3:active {
    border: 1px solid #b83e20;
    color: #fff;
    background-color: #b83e20;
}

.feed-type .feed-t3.feed-tab-a {
    border: 1px solid #b83e20;
    color: #fff;
    background-color: #b83e20;
}

.feed-cont {
    width: 100%;
    height: 210px;
    margin-top: 12px;
    position: relative;
}

.feedTxt {
    width: 970px;
    height: 210px;
    outline: none;
    border: 1px solid #DDDDDD;
    background-color: #f5f5f5;
    resize: none;
    padding: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedTxt::-webkit-input-placeholder {
    color: #A0A0A0;
}

.feedTxt:-moz-placeholder {
    color: #A0A0A0;
}

.feedTxt::-moz-placeholder {
    color: #A0A0A0;
}

.feedTxt:-ms-input-placeholder {
    color: #A0A0A0;
}

.feedNum {
    position: absolute;
    display: inline-block;
    color: #333;
    font-size: 14px;
    right: 8px;
    bottom: 8px;
}

.feed-contact {
    width: 100%;
    height: 42px;
    margin-top: 0px;
}

.feed-per {
    width: 970px;
    height: 100%;
    outline: none;
    border: 1px solid #DDDDDD;
    background-color: #f5f5f5;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feed-confirm {
    display: inline-block;
    width: 142px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: right;
    background-color: #3291f5;
    border-radius: 44px;
    cursor: pointer;
}

.feed-confirm:hover {
    background-color: #4f87e6;
}

.feed-cancel {
    display: inline-block;
    width: 142px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: right;
    background-color: #cbcbcb;
    border-radius: 44px;
    cursor: pointer;
    margin-right: 16px;
}

.feed-cancel:hover {
    background-color: #dadada;
}

.feed-se {
    color: #FF0000;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 8px;
    visibility: hidden;
}

.feed-f-c {
    color: #FF0000;
    font-size: 12px;
    margin-top: 7px;
    visibility: hidden;
}

.feed-f-t {
    color: #FF0000;
    font-size: 14px;
    margin-top: 9px;
    visibility: hidden;
}

.feed-btn {
    width: 100%;
    margin-top: 0px;
}

.feed-img,
.feed-c-i {
    display: inline-block;
    width: 29px;
    height: 29px;
    position: absolute;
    right: -35px;
    top: 0px;
    cursor: pointer;
    background: url(./btn_clos_n.png) no-repeat center center;
    background-size: 100% 100%;
}

.close-img:hover,
.feed-c-i:hover {
    background: url(./btn_clos_h.png) no-repeat center center;
    background-size: 100% 100%;
}

.feed-success-c {
    width: 340px;
    height: 325px;
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    top: 164px;
    left: 50%;
    margin-left: -170px;
    z-index: 1000;
}

.feed-t-i {
    display: inline-block;
    width: 78px;
    height: 103px;
    position: absolute;
    top: 78px;
    left: 130px;
}

.feed-s-t {
    text-align: center;
    margin-top: 216px;
    color: #272727;
    font-size: 18px;
}


@media screen and (min-width: 320px) and (max-width: 767px){
.w1200 {
    width: width:100%;
    margin: 0 auto;
    position: relative;
}

.help-content {
    margin-top: 20px;
    overflow: hidden;
}

.left-tab-box {
    width: 130px;
    height: auto;
    box-shadow: 0 -1px 0 0 rgba(230, 230, 230, 1);
    float: left;
}

.help-tab {
    height: 49px;
    line-height: 49px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}


.tab-on {
    background-color: #3291F5;
    border-bottom: 1px solid #3285F5;
    color: #ffffff;
}

.tab-last {
    margin-top: 10px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.right-content-box {
    width: 250px;
    height: auto;
    border: 1px solid #E6E6E6;
    padding: 20px;
    padding-top: 0px;
    box-sizing: border-box;
    background-color: #ffffff;
    float: left;
}

.answer-img {
    width: 100%;
    min-height: 150px;
}


/*用户反馈*/

.feed-box {
    height: 250px;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
}

.feed-cont {
    width: 100%;
    height: 210px;
    margin-top: 12px;
    position: relative;
}

.feedTxt {
    width: 210px;
    height: 210px;
    outline: none;
    border: 1px solid #DDDDDD;
    background-color: #f5f5f5;
    resize: none;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.feed-per {
    width: 210px;
    height: 100%;
    outline: none;
    border: 1px solid #DDDDDD;
    background-color: #f5f5f5;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feed-confirm {
    display: inline-block;
    width: 100px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
    background-color: #3291f5;
    border-radius: 44px;
    cursor: pointer;
	margin-right: 16px;
}

.feed-cancel {
    display: inline-block;
    width: 80px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
    background-color: #cbcbcb;
    border-radius: 44px;
    cursor: pointer;
    margin-right: 16px;
}


.feed-btn {
    width: 240px;
    margin-top: 0px;
}
