.van-field-item{
    margin: 5px 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.iconfontNew {
    font-family: "iconfontNew" !important;
    font-size: 16px;
    margin-right: 5px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400 !important;
    text-decoration: none;
}
* {
    margin: 0px;
    padding: 0px;
}
html {
    font-size: 100px;
}
body {
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    font-family: "Microsoft Yahei", helvetica;
    background: #fff;
    color: #333;
    position: relative;
    word-break:break-word;
    word-wrap: break-word;
}
@media screen and (min-width: 800px) {
    body {
        background: #f0f0f0;
    }
    #form1 {
        max-width: 800px;
        background: #fff;
        margin: 0 auto !important;
    }
    .hasbgpic #form1 {
        background: transparent
    }
    #divContent, #toptitle {
        background: #fff;
        padding: 0 50px
    }
    #divBackgroundWrap {
        max-width: 800px;
        background: #fff;
    }
    body .vote-wrap {
        max-width: 750px;
        left: 50%;
        margin-left: -375px;
    }
    #ValError {
        max-width: 750px;
    }
    .vote-mask {
        justify-content: center;
    }
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
}

a, button, label, textarea, div, select, option {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

input {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

a, a:visited {
    text-decoration: none;
    color: #45AFE3;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.i_header {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 20px 0 20px;
}

.header_title {
    padding: 15px;
    color: #fff;
    text-align: left;
    background: #1C668B;
}

.header_t {
    width: 100%;
    height: 15px;
    text-align: right;
}

.header_c {
    width: 100%;
    margin: 0 auto;
}

.logo {
    width: 183px;
    display: block;
    height: 76px;
    margin: 30px auto 20px;
    background-image: url(//image.wjx.com/images/weixin/mobileLogo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

/*---------------------*/
.content {
    padding: 10px 7%;
}

.button {
    width: 100%;
    display: block;
    margin: 10px 0px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 1.2em;
    padding: 9px 0px 9px;
    border-radius: .2em;
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}

.orange, .orange:visited {
    color: #ffffff;
    background: #e87814;
}

.orange:hover {
    background: #f47c20;
}

.blue, blue:visited {
    color: #F7F7F7;
    background: #1ea0fa;
}

.white {
    background: White;
    color: #333;
    color: #000;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.logofooter {
    background-color: #f0f0f0;
    width: 100%;
    z-index: 100
}


.fixedbottom {
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    width: 100%;
}

.wjfooter {
    height: 50px;
    /*line-height: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.wjfooter .spanfoottext
{
    font-size: 12px;
    margin-bottom:2px;
}
.logofooter a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

fieldset {
    border: none;
    min-inline-size: unset;
}

.hasImageDiv {
    border: none !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    word-break:break-all;
}

.hasImageDiv .ui-radio, .hasImageDiv .ui-checkbox, .hasImageDiv .ui-li-static {
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 4px;
    width: 48%;
    flex: 0 0 auto !important;
    margin-bottom: 20px
}

.hasImageDiv .ui-radio:nth-last-of-type(1), .hasImageDiv .ui-radio:nth-last-of-type(2) {
    margin-bottom: 0
}

.ui-controlgroup {
    margin: 5px 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-right: none;
    border-radius: 4px;
}

.ui-controlgroup .ui-radio, .ui-controlgroup .ui-checkbox, .ui-controlgroup .ui-li-static {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    background-color: #ffffff;
    position: relative;
    flex: 1 1 auto;
}

.two_column {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 !important;
}
.two_column .ui-radio, .two_column .ui-checkbox, .two_column .ui-li-static {
    width: 50%;
    border-radius: 0 !important;
}



.ui-li-static {
    padding: 14px 0;
}

.ui-li-static img {
    max-width: 96%;
}

.ui-controlgroup .ui-radio:first-child, .ui-controlgroup .ui-checkbox:first-child, .ui-controlgroup .ui-li-static:first-child {
    border-radius: 4px 4px 0 0;
}


.ui-controlgroup .ui-radio:last-child, .ui-controlgroup .ui-checkbox:last-child, .ui-controlgroup .ui-li-static:last-child {
    border-radius: 0 0 4px 4px;
    /*border-bottom: 0 solid #e0e0e0;*/
}


.hasImageDiv .ui-radio:last-child, .hasImageDiv .ui-radio:first-child {
    border-radius: 4px;
}

.ui-controlgroup .ui-radio .label, .ui-controlgroup .ui-checkbox .label, .ui-controlgroup .ui-radio label, .ui-controlgroup .ui-checkbox label {
    display: block;
    margin-left: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    text-align: left;
    padding: 12px 10px 10px 0;
    line-height: normal;
}

.ui-controlgroup .ui-radio .hasImagelabel, .ui-controlgroup .ui-checkbox .hasImagelabel {
    margin-left: 0px;
    padding: 0 !important;
    position: relative;
    text-align:center;
}

.hasImagelabel .imgBox {
    border-radius: 4px 4px 0 0;
    overflow:hidden;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: center;
}

.icon_lookBigpic {
    padding: 8px;
    width: 38px;
    height: 38px;
    position: absolute;
    /*display:none;*/
    right: 0;
    top: 0;
    background: url("//image.wjx.com/images/wjxMobile/view@3x.png") no-repeat center;
    background-size: 20px 20px;
}

.ui-text {
    border: 1px solid #e0e0e0;
    margin: 0 10px 0 40px;
    border-radius: 2px;
    padding: 0;
}

.ui-text input {
    border: none !important;
    border-radius: 2px;
    font-size: 16px;
    margin: 0;
    padding: 8px 10px;
    width: 100%;
    background: #fff;
    display: inline-block;
    -webkit-appearance: none;
}

.ui-text input::placeholder{
    font-size: 14px;
    color: #bebebe;
}

.ui-input-text {
    border: 1px solid #e0e0e0;
    margin: 5px 0;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
}

.ui-input-text input, .ui-input-text textarea {
    width: 100%;
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    -webkit-appearance: none;
    resize:none;
}

.ui-text input:focus, .ui-input-text input:focus, .ui-input-text textarea:focus {
    /*     box-shadow: 0 0 12px #3388cc; */
    outline: none;
}

.nofocus input:focus {
    box-shadow: none;
}
.ui-input-text>input[type="text"]{
    background:none;
    position:relative;
    z-index:2;
}
.ui-input-text >input[type="text"] + img {
    z-index: 1
}

.matrix-rating .ui-select, .matrix-rating .ui-input-text {
    margin: 0 14px;
}
.divlabel {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    text-align: left !important;
    padding: 10px 14px !important;
    background: #f9f9f9;
    font-size: 16px;
    color: #444;
    border-radius: 4px 4px 0 0;
}
.two_column .divlabel {
    border-radius: 0;
}
.ui-controlgroup .divlabel {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.hasImageDiv .divlabel {
    border-right: 0;
    border-bottom: 0;
}
input.ui-slider-input {
    width: 56px !important;
    height: 28px !important;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: auto;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-left: 4px;
    line-height: 20px;
    outline: 0;
    text-align: center;
    vertical-align: text-bottom;
    appearance: none;
}
select {
    /*appearance: none;*/
    /*-moz-appearance: none;*/
    /*-webkit-appearance: none;*/
    padding:8px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    line-height:normal !important;
}
.arrowAfter{
    position:relative;
}
.arrowAfter:after {
    display: block !important;
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    background: url("/images/newsojiang/mobile/arrow-bottom@2x.png");
    background-size: cover;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.ui-slider-table .ui-select select {
    padding-right:16px;
}
.ui-slider-table .arrowAfter:after {
    right: 16px;
}
.ui-select select {
    display: none;
    font-size: 14px;
    width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}


iframe[video='1'] {
    width: 100% !important;
    height: 298px !important;
}
iframe[video='2'] {
    width: 100% !important;
}
.jqradio {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.jqradiowrapper a.jqchecked {
    background-color: #1ea0fa;
    color: #99a1a7;
    border: 1px solid #1ea0fa;
}

.jqradiowrapper a.jqchecked:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    background: #fff;
    text-shadow: 0px;
    left: 4px;
    font-size: 32px;
}

a.jqcheck {
    background-color: #fff;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.jqcheckwrapper a.jqchecked {
    background-color: #1ea0fa !important;
    /*background: url("/images/wjxMobile/check44-pre@3x.png") no-repeat scroll center top transparent;*/
    background-size: cover;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
    width: 21px;
    border: none;
    position:relative;
}
.jqcheckwrapper a.jqchecked:after {
    content: '';
    width: 14px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 3px;
    background: url(//image.wjx.com/Images/wjxMobile/tick@3x.png) no-repeat;
    background-size:cover;
}

.jqradiowrapper, .jqcheckwrapper {
    display: block;
    float: left;
}


.ui-grid-a{display:flex;}
.ui-block-a, .ui-block-b {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 48%;
    margin: 0 10px;
    flex:1 1 auto;
}

.getLocalBtn img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 4px;
}
@media screen and (min-width:300px) {
    table.matrix-rating {
        padding-bottom: 6px;
    }
    div.field {
        clear: both;
        padding: 10px 14px;
        margin: 4px 4px;
        border: 1px solid transparent;
    }
    .jqradiowrapper, .jqcheckwrapper {
        margin: 12px 4px 0 12px;
    }
    .GetQywxContactTranslateUserName360 .ui-checkbox .label {
        margin: 12px 0 0 4px;
        display: inline-block;
    }
    .ui-controlgroup .ui-radio, .ui-controlgroup .ui-checkbox, .ui-controlgroup .ui-li-static {
        min-height: 46px;
    }
    .ui-input-text input, .ui-input-text textarea {
        padding: 8px 10px;
    }
    #tdCode .ui-input-text input {
        padding:8px 0px 8px 4px;
    }
    table.matrix-file-blanks {
        padding:6px 10px;
    }

    table.matrix-rating td.title {
        text-align: left;
        padding: 4px 16px 6px;
        font-size: 14px;
    }
    table.matrix-rating .trlabel + tr .title {
        padding-top: 10px;
    }
}
@media screen and (min-width:360px) {
    table.matrix-rating {
        padding-bottom: 10px;
    }
    .jqradiowrapper, .jqcheckwrapper {
        margin: 14px 4px 0 12px;
    }
    .GetQywxContactTranslateUserName360 .ui-checkbox .label {
        margin: 14px 0 0 4px;
        display: inline-block;
    }
    .ui-controlgroup .ui-radio, .ui-controlgroup .ui-checkbox, .ui-controlgroup .ui-li-static {
        min-height: 50px;
    }
    .ui-controlgroup .ui-radio .label, .ui-controlgroup .ui-checkbox .label, .ui-controlgroup .ui-radio label, .ui-controlgroup .ui-checkbox label {
        padding: 14px 10px 10px 0;
    }
    .ui-input-text input, .ui-input-text textarea {
        padding: 10px;
    }
    #tdCode .ui-input-text input {
        padding:10px;
    }
    div.field {
        clear: both;
        padding: 10px 14px;
        margin: 10px 6px;
        border: 1px solid transparent;
    }
    table.matrix-file-blanks {
        padding:10px;
    }
    table.matrix-rating td.title {
        padding: 8px 16px;
    }
    table.matrix-rating .trlabel + tr .title {
        padding-top: 14px;
    }
}


.save_btn {
    margin-top: 20px;
}

.save_btn > .button_a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1ea0fa;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
}

div.formfield {
    display: block;
    padding:10px 0 26px;
    margin: 0 10px 16px;
    clear: both;
    border-bottom: 1px dashed #ccc;
}
span.description {
    font-size: 14px;
    line-height: 24px;
}

span.req {
    position: absolute;
    top: 0;
    left: -12px;
    color: red !important;
    margin: 2px 0 0 2px;
}

span.error {
    display: none;
}

div.field-label {
    position: relative;
    font-size: 16px !important;
    font-weight: bold;
    padding: 0 0 8px 0 !important;
    display: block;
    word-wrap: break-word;
    /*overflow: hidden;*/
}

#ValError {
    color: #28C742;
    font-size: 18px;
    text-align: center;
    padding:10px;
}

#ctlPrev {
    float: left;
}

h1 {
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
}

table.matrix-rating {
    width: 100%;
    background: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    border: solid 1px #f0f0f0;
}

table.matrix-rating th {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    word-break: break-word;
}

table.matrix-file-blanks th {
    width: 5em;
    padding: 0;
}

.scale-rating {
    width: 100%;
}

.scale-div {
    width: 100%;
    background: #fff;
}

.scale-rating ul{
    display:flex;
}
.scaleTitle{
    display:flex;
    padding:8px 10px;
    justify-content:space-between;
}
.scale-rating li{
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid #dbdbdb;
    width: 20px;
    flex: 1 1 auto;
}
.onscore {
    box-shadow: 0px 0px 0px 1px #dbdbdb;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
    height: 40px;
    background-color: #0095ff;
    background-image: linear-gradient(to right,#fff, #0095ff);
}
.onscore li {
    text-align: center;
    width: 20px;
    flex: 1 1 auto;
    padding: 0;
    border: none !important;
}
.onscore li a {
    border: none !important;
}
table.matrix-rating td.line {
    padding: 18px 10px 0;
}

table.matrix-rating td.inputOther {
    padding: 10px 10px 8px;
}

.input_blue_outline {
    width: 100%;
    font-size: 14px;
    padding-left: 14px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #1ea0fa;
}

table.matrix-rating td.line .splitLine {
    border-top: solid 1px #e6e6e6;
    padding-bottom: 2px;
}

table.matrix-rating td {
    text-align: center;
    padding: 3px 0;
}

table.matrix-file-blanks td {
    padding: 5px 6px 5px 6px;
}
.scale-rating a.rate-off, table.matrix-rating a.rate-off {
    width: 22px;
    height: 22px;
    text-decoration: none;
    border-radius: 30px;
    color: #333;
    border: 1px solid #cacece;
    cursor: default;
    display: inline-block;
    background: #fff;
    line-height: 19px;
    margin-bottom:6px;
}

.scale-rating a.rate-offlarge, table.matrix-rating a.rate-offlarge {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
}

.scale-rating a.rate-offlarge:after, table.matrix-rating a.rate-offlarge:after {
    top: 5px !important;
    left: 5px !important;
}

.scale-rating a.rate-on, table.matrix-rating a.rate-on {
    background-color: #1ea0fa;
    border: 1px solid #1ea0fa;
    position: relative;
    color: #fff;
    font-size: 14px;
}

.scale-rating a.rate-ontxt:after, table.matrix-rating a.rate-ontxt:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    background: #fff;
    text-shadow: 0px;
    left: 5px;
    font-size: 32px;
}

table.matrix-rating a.rate-onchk {
    /*background: url("//image.wjx.com/images/wjxMobile/check48-pre@2x.png") no-repeat scroll center top transparent;*/
    background-size: cover;
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    width: 22px;
    border: none;
}
table.matrix-rating a.rate-onchk:after {
    content: '';
    width: 14px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 4px;
    background: url(//image.wjx.com/Images/wjxMobile/tick@3x.png) no-repeat;
    background-size: cover;
}
table.matrix-rating a.rate-off2, .scale-rating a.rate-off2, table.matrix-rating a.rate-off3, .scale-rating a.rate-off3 {
    background: none !important;
    color: #d0d0d0;
    border: none !important;
}
table.matrix-rating a.rate-off2 .iconfontNew, .scale-rating a.rate-off2 .iconfontNew {
    font-size: 22px;
}

table.matrix-rating a.rate-on2, .scale-rating a.rate-on2 {
    color:#1ea0fa
}

/*table.matrix-rating a.rate-off3, .scale-rating a.rate-off3 {
    background: url(//image.wjx.com/images/wjxMobile/praise-nor@2x.png);
    background-size: cover;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}*/
table.matrix-rating a.rate-off3 .iconfontNew, .scale-rating a.rate-off3 .iconfontNew {
    font-size: 22px;
}
table.matrix-rating a.rate-on3, .scale-rating a.rate-on3 {
    color: #1ea0fa
}
table.matrix-rating a.rate-off4, .scale-rating a.rate-off4 {
    background: url(//image.wjx.com/images/wjxMobile/love-nor@2x.png);
    background-size: cover;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

table.matrix-rating a.rate-on4, .scale-rating a.rate-on4 {
    background: url(//image.wjx.com/images/wjxMobile/love@2x.png);
    background-size: cover;
}


table.matrix-rating a.rate-off6, .scale-rating a.rate-off6 {
    background: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    color: #444;
    width: 100%;
    border: solid 1px #dbdbdb;
    border-left: 0;
    border-right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom:0;
}

table.matrix-rating a.rate-on6, .scale-rating a.rate-on6 {
    background-color: transparent !important;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.ui-body-b {
    background: #EEEEEE !important;
}

div.mobosurvey {
    margin: 20px 10px 10px 20px;
    text-align: center;
    font-weight: 700;
}

.powby {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 30px 0 !important;
}

div.left {
    float: left;
    width: 48%;
    text-align: left;
    margin-left: 5px;
    height: 30px;
}

div.right {
    float: left;
    width: 48%;
    text-align: right;
    margin-right: 5px;
}

.other-checkbox-off {
    background-position: -684px 50% !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.other-checkbox-on {
    background-position: -648px 50% !important;
    background-color: #9DC149 !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.other-radio-off {
    background-position: -756px 50% !important;
}

.other-radio-on {
    background-position: -720px 50% !important;
    background-color: #9DC149 !important;
}

h1.mobologo {
    padding: 0 0 0 10px;
    margin: 0 -10px -10px 0;
    min-height: 0;
    background-color: #DEDEDE;
    text-indent: -9000px;
    text-decoration: none;
}

h1.mobologo a {
    display: block;
    background: no-repeat left top;
    overflow: hidden;
}

a.ui-slider-handle {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -15px;
    margin-left: -15px;
    border: 1px solid #8DB529;
    background: #9DC149;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 1px #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B8E055), to(#9DC149));
    background-image: -webkit-linear-gradient(top, #B8E055, #9DC149);
    background-image: -moz-linear-gradient(top, #B8E055, #9DC149);
    background-image: -ms-linear-gradient(top, #B8E055, #9DC149);
    background-image: -o-linear-gradient(top, #B8E055, #9DC149);
    background-image: linear-gradient(top, #B8E055, #9DC149);
}

div.section {
    padding: 4px 10px !important;
    background: #fff !important;
}

div.qinsert {
    clear: both;
    color: #666666;
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 14px;
}

div.section .stitle {
    margin: 0;
}

.errorMessage {
    position: relative;
    padding-left:12px;
    color: Red;
    line-height:24px;
    background-color: #ffe5e0;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 9px;
    transition: all 0.5s ease 0s;
}

.award {
    border-spacing: 4px;
    border-collapse: separate;
}

.award td {
    height: 75px;
    text-align: center;
    width: 75px;
    font-size: 12px;
    box-shadow: 0 0 8px 2px rgba(255, 198, 102, 0.85);
    border-radius: 4px;
    padding: 0px 3px;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.sortnum {
    min-width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.sortnum-sel {
    min-width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 2px;
    /* border: 1px solid #ff6600; */
    color: #fff;
    text-align: center;
    background: #22a2fa;
    border-color: #22a2fa;
}

.div_item_desc {
    color: #808080;
    font-weight: normal;
    font-size: 12px;
    margin-top: 2px;

}
.open-popup-link {
    text-decoration: underline;
}
a.sumitbutton, a.sumitbutton:visited {
    background: #f17819;
    color: #ffffff !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 10px 0 15px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
}

a.sumitbutton:hover {
    background: #fda420;
    color: #fff !important;
}

a.cancle, a.cancle:visited {
    background: #fff;
    color: #333 !important;
    border: 1px solid #dbdbdb;
    font-weight: normal;
}

a.cancle:hover {
    background: #fff;
    color: #333 !important;
    border: 1px solid #2392f0;
}

#toplogo {
    margin: auto;
    width: 100%;
    background-color: #ffffff;
    min-height: 20px;
    padding: 0 16px;
}

#toplogo img {
    padding: 9px 0 12px;
    height: 50px;
}

#toptitle {
    background-color: rgba(255,255,255,0.9);
    padding: 26px 10px 12px;
    width: 100%;
    color: #1ea0fa;
}

#toptitle .htitle {
    font-size: 24px;
    line-height:32px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
.ui-li-static {
    white-space: normal !important;
}
.hasImageDiv .imgBox {
    height:200px;
    padding:0;
    justify-content:center;
}
.hasImageDiv .imgBox img {
    max-height: 200px;
}
/*.hasImageDiv .icon_lookBigpic,.shop-item .img_place .icon_lookBigpic,.noTxt .icon_lookBigpic {
    display: block;
}*/
.qtypetip {
    font-weight: normal;
    color: #999;
}

.trlabel {
    background: #e5e5e5;
    font-size: 20px;
    color: #444;
    height: 50px;
    /* border-radius: 8px; */
}


.shop-item {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    background-color: #FFF;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.haspic {
    /* height: 168px; */
}

.shop-item .img_place {
    display: inline-block;
    width: 26%;
    height: 84px; /* line-height:  84px; */ /* margin: 2px 2px 6px 2px; */
    overflow: hidden;
    position:relative
}

.shop-item .img_place img {
    max-height: 84px;
    width:100%;
}

.shop-item .item_name {
    font-weight: bold;
    color: #262626;
    overflow: hidden; /* white-space: nowrap; */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 15px;
    line-height:21px;
}
.shop-item .shop-des {
    font-size: 12px;
    line-height: 17px;
    color: #8C8C8C;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position:relative;
}
.shop-item .item_select {
    z-index: 20;
    overflow: hidden;
    width: 100%;
    margin-top:10px;
}

.shop-item .item_price {
    display: inline-block;
    float: right;
    color: #262626;
    font-size: 14px;
}
.shop-item .price {
    color: #FF5634;
    font-size: 16px;
}
.item_select .operation {
    cursor: pointer;
    float: left;
    display: inline-block;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.item_select .remove {
    border-radius: 2px 0 0 2px;
    border-right: 0;
}

.item_select .add {
    border-left: 0;
    border-radius: 0 2px 2px 0;
}

.item_select .itemnum {
    outline: 0 none;
    font-size: 12px;
    cursor: default;
    background: #f7f7f7;
    border-radius: 0;
}

.shopcart {
    padding: 15px;
    margin: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #e0e0e0;
}

.productslist {
    padding-bottom: 8px;
    margin-bottom: 4px;
}

.productitem {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
    font-size: 12px;
    /* height: 33px; */
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF;
}

.productitem:last-child {
    border-bottom: 0;
}

.productitem .fpname {
    display: block;
    width: 50%;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    float: left;
}

.productitem .fpnum {
    text-align: right;
    width: 20%;
    font-size: 14px;
    color: #999999;
}

.productitem .fpprice {
    font-size: 14px;
    width: 36%;
    text-align: right;
    color: #333333;
}

.ftotalprice {
    text-align: right;
    font-size: 14px;
    color: #0077B3;
    font-weight: bold;
}

.scrolltop {
    display: block;
    position: fixed;
    right: 8px;
    height: 38px;
    width: 38px;
    z-index: 99;
    background: rgba(64, 64, 64, .9);
    border-radius: 1px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    opacity: 0.618;
    bottom: 50%;
}

.scrolltop:before {
    content: "";
    position: absolute;
    left: 10px;
    display: inline-block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid white;
    border-bottom: 0;
    top: 12px;
    -webkit-transform: scale(1, 1.2222);
    -webkit-transform: translate(0, 1px);
    transform: scale(1, 1.2222);
    transform: translate(0, 1px);
}

.scrolltop:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 23px;
    width: 18px;
    height: 3px;
    border-radius: 1px;
    background: white;
}

.header_left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 46px;
}

.header_left a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.back {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 12px auto 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('//image.wjx.com/images/weixin/return@2x.png');
    background-size: contain;
}

.divMatrixHeader {
    display: none;
    position: relative;
    background-color: rgb(255,255,255);
    border: solid 1px #3296fa;
    padding: 4px;
    border-radius: 4px;
    min-width: 35px;
    max-width: 70px;
    /*height: 42px;*/
    text-align: center;
}

.divMatrixHeader:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    /*width: 16px;
    height: 9px;
    background: url("//image.wjx.com/images/wjxMobile/arrow-blue@3x.png");
    background-size: cover;*/
    width: 0;
    height: 0;
    border-width: 6px 6px;
    border-style: solid;
    border-color: #3296fa transparent transparent transparent;
}

.mdivtable {
    position: relative;
    background-color: #ffffff;
    border-radius: 6px !important;
    margin: 0 !important;
    /* border: solid 1px #ebebeb !important; */
}

.select_title {
    font-size: 14px;
    color: #808080;
    margin: 20px 0 10px;
}

.field .select_title:nth-of-type(2) {
    margin: 6px 0 8px;
}

.br0 {
    border-radius: 0 !important;
    border: none !important;
}

.upFilebox {
    height: 80px;
    border-radius: 6px;
    border: dashed 1px #cccccc;
}
.upFileboxNew {
    height:60px;
}
.shopPart {
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #e0e0e0;
    padding: 0 20px;
}

.item_detail {
    margin-top: 6px;
    margin-bottom: 8px;
}

.item_detail .price {
    color: #FF5634;
    font-size: 16px;
}

.item_detail .stock {
    margin-left: 12px;
    color: #808080;
    font-size: 12px;
}

.total_price {
    text-align: right;
    margin: 14px 0 14px;
    font-size: 14px;
}

.theTotalPrice {
    color: #de6752;
    font-size: 18px
}

.shopRightCont {
    float: right;
    width: 70%;
}

.haspic .item_name {
}

.selfMess img, .phoneCodeMess img, .sendcodePart img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px !important;
    left: 10px !important;
}

.phoneCodeMess img, .sendcodePart img {
    top: 12px !important;
}

.selfMess {
    position:relative;
    height: 38px;
    display: flex;
}

.phoneCodeMess {
    border-bottom: 0;
    margin-bottom: 0;
    height: 44px;
    display: flex;
    border-radius: 4px 4px 0 0;
}

.selfMess > input, .phoneCodeMess > input {
    font-size: 14px;
    padding-left: 32px !important;
}

.sendcode {
    width: 38%;
    line-height: 42px;
    border-left: 1px solid #e0e0e0;
    background: #f7f7f7;
    display: inline-block;
    color: #666 !important;
    font-size: 14px;
    float: right;
    text-align: center;
}

.sendcodePart {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
}

.sendcodePart input:focus, .phoneCodeMess input:focus, .sendcodePart textarea:focus {
    box-shadow: none;
}

.sendcodePart .input_code {
    text-align: left;
    font-size: 14px;
    width: 62%;
    height: 40px;
    padding: 12px 0;
    padding-left: 32px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0;
    border-left: none;
    float: left;
    overflow: auto;
    resize: none;
}

.phonemsg {
    font-size: 12px;
    color: #00b33c;
    margin-top: 2px;
}

.phonemsg img, .relsum img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    float: left;
    margin-top: 2px;
}

.time_part {
    display: flex;
    justify-content: space-between
}

.time_part .ui-select {
    width: 48%;
    margin: 0 !important;
}

.get_Local {
    height: 105px;
    background-color: #f7f7f7;
    border-radius: 6px;
    border: dashed 1px #cccccc;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.res_local {
    display: none;
    height: 60px;
    padding: 8px 14px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: dashed 1px #cccccc;
    overflow-y: scroll;
    background: #fff;
}

.get_Local .getLocalBtn {
    position: relative;
    height: 44px;
    line-height: 44px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #808080;
}
.get_Local .getLocalBtn .iconfontNew {
    color: #8c8c8c;
    font-size: 22px;
}
.text_asph {
    color: #808080;
}

.getLocalBtn > input {
    display: none;
    /* width:100%; */
    border: none;
    background: transparent;
    text-align: center;
    padding-left: 0 !important;
    font-size: 16px;
    color: #808080;
    line-height: 44px;
}

.passwordMsg {
    color: #808080;
}

.relsum {
    margin-top: 4px;
    font-size: 12px;
    color: #808080;
}

input, textarea {
    -webkit-appearance: none; /* 方法2 */
}

.beginner_problem {
    position: relative;
}

.word_limit {
    position: absolute;
    font-size: 13px;
    color: #999999;
    right: 14px;
    bottom: 14px;
}

.beginner_problem textarea {
    resize: none;
    color: #333333;
    font-size: 14px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
}

#outdiv {
    overflow:auto;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}
#outdiv .icon_close {
    position: absolute;
    top: -26px;
    right: -26px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    z-index:10;
}
#outdiv .icon_close:before {
    content: '';
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: 20px;
    height: 20px;
    background: url(//image.wjx.com/images/newimg/aui-icon-close.png);
    background-size:cover;
    z-index:10;
}
#indiv {
    overflow:hidden;
    background:#fff;
    border-radius:4px;
    position: absolute;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
#preView_wrap {
    text-align:center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
#preView_wrap img {
    pointer-events: none;
}
.logofooter a {
    position: relative;
    padding-left: 25px;
    background-position: 4px 0px;
    background-size: 16px 16px;
}
.draw_prize_head {
    padding: 12px 16px;
    background: #FFEECC;
    position: relative;
    margin: 0 !important;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.draw_prize_head img{
    width:16px;
    margin-right:4px;
}
.draw_prize_head .flex {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    font-weight: bold;
    width: 118px;
    margin-right: 8px;
    font-size:16px;
}
.prize-right{
    flex:1 1 auto;
    width:100px;
    line-height:23px;
}
.prize_title {
    line-height: 23px;
    color: #8C8C8C;
    width: 76px;
    flex-shrink: 0;
}
.prize_cont {
    padding: 14px;
    background: #FFF8EB;
    box-shadow: 0px 2px 0px 0px rgba(240,228,210,1);
    color: #595959;
    border-radius: 0 0 4px 4px;
}
.prize-item {
    padding-bottom: 8px;
    display: flex;
}
.prize-item #marquee {
    color: #595959;
    display:block;
    font-size: 12px;
    line-height: 17px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 1px 0px 0px rgba(230,218,201,1);
    border-radius: 2px;
    padding: 0 10px;
    height: 60px;
    overflow: hidden;
}
.prize-item:last-child {
    padding-bottom: 0;
}
.prize-item .leftcont {
    color: #858585;
    flex-shrink: 0;
    width: 5em;
    display: inline-block;
}
.prize_end {
    font-size: 14px;
    color: #858585;
    padding-top: 6px;
    margin-left: 14px;
}
a.namelis {
    text-decoration:underline;
    margin-left: 14px;
    display: inline-block;
}

.fixed-style {
    position: fixed;
    bottom: 0px;
    left: 15px;
    right: 15px;
    width: auto;
    z-index:1000;
}

.normal-style {
    position: relative;
    bottom: 0px;
    left: 15px;
    right: 15px;
    width: auto;
}

#ctlNext {
    transition: 1s all ease-in 1s;
}

.Verify_bg {
    width: 100%;
    min-height: 100%;
    background: url(//image.wjx.com/images/wjxMobile/bg@2x.png);
    background-size: cover;
    padding: 68px 0 40px;
}
.Verify_wrap {
    width: 90%;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(46, 53, 153, 0.3);
    border-radius: 6px;
    padding:30px 22px;
    margin:0 auto;
}
.Verify_wrap #toptitle{
    padding:0;
    font-size:18px;
}
.type_explain {
    margin-top: 20px;
    margin-bottom:16px;
    text-align: center;
    font-size: 14px;
    color: #808080;
}
.Verify_wrap .content{
    padding:0;
}
.Verify_wrap .ui-input-text{
    margin:0;
}
.Verify_wrap .selfMess {
    height: 40px;
}
.Fbk_con{
    margin-bottom:16px;
}
.send_code {
    flex:1 1 auto;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #1ea0fa;
    border-radius: 0rem 3px 3px 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    float: left;
}
.code_input {
    flex: 1 1 auto;
    width: 184px;
    height: 40px;
    display: inline-block;
    border: 1px solid #c2c2c2;
    border-radius: 3px 0 0 3px;
    border-right: none;
    float: left;
    overflow: auto;
}
.txtValCode{
    display:flex;
}
.Verify_wrap .selfMess input {
    font-size:16px;
}
.nextBtn {
    width: 90px;
    height: 35px;
    background-color: #1ea0fa;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}
.showPw, .hidePw {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(//image.wjx.com/Images/wjxMobile/according@2x.png) no-repeat;
    background-size:cover;
}
.hidePw {
    background: url(//image.wjx.com/Images/wjxMobile/hidden@2x.png) no-repeat;
    background-size: cover;
}
.Verify_wrap .ui-input-text {
    border-color: #c2c2c2;
}
#spanMaxTime {
    color: #FF5760;
    font-size: 16px;
    display: inline-block;
    padding-left: 26px;
    background: url(//image.wjx.com/Images/wjxMobile/countdown@2x.png) no-repeat;
    background-size: 22px 22px;
    background-position: 0 8px;
}

audio, video {
    max-width: 100%
}
html{
    height:100%;
}
.noscorrl {
    height: 100%;
    overflow: hidden;
    position: fixed;
}
.refer-style {
    color: #999;
    background-color: #f9f9f9;
    padding-right: 0;
    line-height: 30px;
}

.delete-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    background-image: url("//image.wjx.com/images/weixin/mobile/delete-new@2x.png");
    background-size: 16px 16px;
}
.zizeng table.matrix-file-blanks {
    padding-top: 20px;
}
.increase-btn {
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 14px;
    color: #545454;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #DCDEE0;
    text-align: center;
    margin: 10px 0;
}
.increase-icon {
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
}
.disable-style {
    color: #A9A9A9;
}
.disable-style .increase-icon {
    color: #bfbfbf;
}
.isSingleVote > .label {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: 0 !important;
    text-align:center !important;
}

.isSingleVote .div_item_desc {
    height: 30px;
    background: #fff;
    border: 1px solid #D7D7D7;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 300;
    color: #626466;
    line-height: 30px;
    display: block !important;
    text-decoration: none;
    text-align: center;
}

.isSingleVote .singleVoteBtn {
    width: 100%;
    height: 30px;
    background: #1EA0FA;
    border: 1px solid #1EA0FA;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    display: block !important;
    text-decoration: none;
    text-align: center;
    margin-top:3px;
}
.vote_num_percent {
    font-size: 12px;
    font-weight: 300;
    color: #999999;
    margin:6px 0 9px;
}

.uploadBox li {
    overflow: hidden;
    font-size: 14px;
    color: #6A6A6A;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    display: flex;
    margin-bottom:10px;
}

.uploadBox li .box {
    display: flex;
    align-items: center;
    height: 42px;
    line-height: 42px;
    float: left;
    box-shadow: none;
    width: calc(100% - 30px);
}
.uploadBox li .box img {
    width: 26px;
    height:26px;
    vertical-align: middle;
    float: left;
    margin-left:12px;
}
.file-tit {
    margin-left: 8px;
    font-size: 13px;
    color: #595959;
    line-height: 1.3;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.deleteuploadNew-icon {
    align-self: center;
    font-size: 18px;
    margin: 0;
    color: #ff5959!important;
    line-height:normal;
}

.deleteupload-icon {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 17px;
    background-image: url("//image.wjx.com/images/newimg/newupload/del-nor@2x.png");
    background-size: 12px 12px;
    background-repeat:no-repeat;
    background-position: center;
    text-indent: -9999px;
    background-image: url(//image.wjx.com/Images/newimg/newupload/del-nor@2x.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//image.wjx.com/Images/newimg/newupload/del-nor@2x.png',sizingMethod='scale');
}

.deleteupload-icon:hover {
    background-image: url(//image.wjx.com/Images/newimg/newupload/del-pre@2x.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//image.wjx.com/Images/newimg/newupload/del-pre@2x.png',sizingMethod='scale');
}


.textEdit {
    display: inline-block;
    margin-bottom: 3px;
}
.textEdit .textCont {
    outline: none;
    font-weight: 400;
    word-break: break-word;
    user-select: auto;
    -webkit-user-select: auto;
    color: #262626;
    text-decoration: underline;
    display: inline-block;
    width: 50px;
    height:24px;
}
.textEdit:before {
    display: inline;
    content: "【";
    margin-right: 4px;
    color: #D9D9D9;
}
.textEdit:after {
    display: inline;
    content: "】";
    margin-left: 4px;
    color: #D9D9D9;
}
.bracket {
    display: inline-block;
    color: #333;
    border: none !important;
    width: auto !important;
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
    padding: 0 !important;
    box-shadow: none !important;
    max-width: 60%;
}
.bracket select {
    font-size: 14px;
    display: none;
    padding:0 26px 0 6px;
    height: 24px !important;
    background: #fff;
    border: 1px solid rgba(217,217,217,1);
    border-radius: 2px;
}

.initStyle {
    vertical-align:top;
    padding: 0 3px;
    display: inline-block;
    margin: 0 4px 4px;
    width: 56px;
    height: 24px;
    line-height: 24px;
    background: rgba(255,255,255,1);
    /*box-shadow: 0px 1px 3px 0px rgba(240,240,240,1);*/
    border-radius: 2px;
    border: 1px solid #e0e0e0;
}

.initStyle span {
    margin: 0;
    max-width:100%;
}

.initStyle:after, .initStyle:before {
    display: none;
}
.titleDate {
    border-radius: 2px;
    height: 24px;
    padding-left: 10px;
}
@media screen and (max-width:720px) {
    .deleteupload-icon:hover {
        background-image: url(//image.wjx.com/Images/newimg/newupload/del-nor@2x.png);
    }
}
.file {
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.matrix-uploadmsg {
    padding: 0 14px;
}
.file-style input {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #fff;
    width: 100%;
    font-size: 18px;
}

.file-style {
    height: 44px;
    background: #fff;
    text-align: left;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #595959;
    _border: none;
    cursor: pointer;
    border: 1px solid #EDEDED;
    border-radius: 2px;
}

.file-btn {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    display: flex;
    justify-content: center;
}
.camera-btn {
    width: 44px;
    border-left: none;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -2px;
}
.camera-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    *vertical-align: auto;
    background-size: 24px 24px;
    background-position: center;
    background-image: url(//image.wjx.com/Images/newimg/newupload/camera-icon.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//image.wjx.com/Images/newimg/newupload/camera-icon.png',sizingMethod='scale');
}
.uppic {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -4px 8px 0 22px;
    vertical-align: middle;
    *vertical-align: auto;
    background-size: 18px 18px;
    background-position: center;
    background-image: url(//image.wjx.com/Images/newimg/newupload/upload-pc@2x.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//image.wjx.com/Images/newimg/newupload/upload-pc@2x.png',sizingMethod='scale');
}

.file:hover .uppic {
    background-image: url(//image.wjx.com/Images/newimg/newupload/upload-pc-pre@2x.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//image.wjx.com/Images/newimg/newupload/upload-pc-pre@2x.png',sizingMethod='scale');
}
.isblur{
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(5px); /* Chrome, Opera */
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false); /* IE6~IE9 */
}

.disabled {
    pointer-events: none;
}

.ui-slider-table {
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.ui-table-scroll {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.ui-table-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ui-table-frame {
    width: auto;
    min-width: 100%;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-bottom: none;
    table-layout: fixed;
    border-spacing: 0;
}
.ui-table-thead > tr > th {
    padding: 7px;
    min-width: 1rem;
    max-width: 1.5rem;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: rgb(244, 244, 244);
}
.ui-table-tbody > tr > td {
    padding: 2px 7px;
    min-width: 1rem;
    max-width: 1.5rem;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.ui-table-fixed.ui-table-position {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-table-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
    -webkit-box-shadow: 6px 0 6px -4px rgba(0,0,0,.15);
    box-shadow: 6px 0 6px -4px rgba(0,0,0,.15);
}
.tcannot_ans .ui-table-column-title {
    color: #BFBFBF !important
}
.ui-table-column-title {
    font-weight: 500;
    color: #808080;
}
.ui-table-fixed tr > td {
    background-color: #f4f4f4;
    margin-bottom: -0.5px;
}

.ui-slider-table .ui-scroll-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 30px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    pointer-events: none;
    -webkit-box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
}
.ui-table-rowTitle,
.ui-table-scroll .ui-table-thead th:first-child {
    width: 1rem;
    visibility: hidden;
}
.labelcontent {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85px;
}
.labelname > td {
    background-color: #f9f9f9 !important;
}
.saveBtn {
    position: fixed;
    width: 76px;
    height: 42px;
    background: #F7F7F7;
    border-radius: 25px 0px 0px 25px;
    border: 1px solid #EDEDED;
    right: 0;
    bottom: 166px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #262626;
}

.saveBtn img {
    width: 20px;
    margin-right: 4px;
}
.closeBtn {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 6px;
    top: 6px;
    display: inline-block;
    background: url("//image.wjx.com/images/commonImgPC/del@2x.png") no-repeat;
    background-size: cover;
}
.saveProgressWrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.65);
    z-index:9999;
}
.saveProgress{
    position:fixed;
    left:28px;
    right:28px;
    top:50%;
    height:390px;
    margin-top:-195px;
    background:#fff;
    padding:30px 20px;
    color:#262626;
    border-radius:2px;
}
.saveTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align:center;
    margin-bottom:20px;
}
.saveTitleDetail {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom:16px;
}
.saveDetail {
    background: #FAFAFA;
    padding: 12px;
    color: #595959;
    font-size:14px;
    margin-bottom:20px;
}
.saveProgressBtn {
    display:block;
    height: 47px;
    line-height: 47px;
    background: #0095FF;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    text-align:center;
    margin-bottom:10px;
}
.saveProgressCancelBtn {
    display: block;
    height: 47px;
    line-height: 45px;
    background: #fff;
    border-radius: 2px;
    color: #262626;
    font-size: 16px;
    text-align: center;
    border: 1px solid #E8E8E8;
}
.select2-container {
    color: #333;
    font-size: 14px;
    min-width: 90px !important;
    text-align: left;
}
.select2-container .select2-selection--single {
    min-width: 100px !important;
}
.ui-select .select2-container {
    width: 100%;
}
.ui-select .select2-container .select2-selection--single {
    height: 40px;
}
.ui-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    height: 38px;
    white-space: normal;
}
.ui-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
body .select2-container--default .select2-selection--single, body .select2-dropdown {
    border: 1px solid #e0e0e0;
}
.bracket .select2-container .select2-selection--single {
    height: 24px;
    font-weight: normal;
    font-size: 14px;
}
.bracket .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}
.bracket .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
}
.select2-container:focus, .select2-container *:focus {
    outline: none
}
.bracket .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px 4px 4px 22px;
    background: url(/images/commonImgPC/search.png) no-repeat;
    background-size: 18px;
    background-position: 2px center;
}
.select2-search--dropdown{
    padding:6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dbdbdb;
    font-size: 14px;
}
.sm-btn-wrapper .sm-btn {
    background: #fff;
}
.file-style .iconfontNew{
    color:#8c8c8c;
}
.uploadmsg {
    font-size: 12px;
    margin-top: 4px;
}
/*评价题*/
.wjxui_limit_box {
    font-size: 14px;
    position: relative;
}
.wjxui_limit_box .limit {
    color: #BFBFBF;
    font-size: 12px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    text-align: right;
}
.limit_textarea {
    border: solid 1px #D9D9D9;
    padding-bottom: 24px;
}
.limit_textarea .wjxui-textarea {
    border: none !important;
    resize: none;
    line-height: 20px;
    padding:8px;
    outline: 0;
    font-size: 13px;
}
.evaluateTagWrap {
    margin: 16px 0 0;
    display: none;
}
.evaluateTagDiv .evaluateTagItem {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    margin: 0 8px 14px 0;
    font-size: 13px;
    color: #8C8C8C;
    vertical-align: middle;
}
.evaluateTagDiv .iconfontNew {
    margin: 0 0 0 2px;
}
.evaluateTagWrap .wjxui_limit_box, .evaluateTagWrap .evaluateTagDiv {
    display: none;
}
.evaluateTagDiv .evaluateTagItem.clicked {
    background: #F0F9FF;
    border: 1px solid #0095FF;
    color: #0095FF;
}
#captcha .sm-txt {
    position: relative;
    top: -2px;
}
.select2-dropdown {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}



/*公式*/
.mathquill-editable {
    display: -moz-inline-box;
    display: inline-block;
}
.mathquill-editable .cursor {
    border-left: 1px solid black;
    margin-right: -1px;
    position: relative;
    z-index: 1;
    padding: 0;
    display: -moz-inline-box;
    display: inline-block;
}
.mathquill-editable .cursor.blink {
    visibility: hidden;
}
.mathquill-editable,
.mathquill-embedded-latex .mathquill-editable {
    padding: 2px;
}
.mathquill-embedded-latex .mathquill-editable {
    margin: 1px;
}
.mathquill-editable .latex-command-input {
    color: inherit;
    font-family: "Courier New", monospace;
    border: 1px solid gray;
    padding-right: 1px;
    margin-right: 1px;
    margin-left: 2px;
}
.mathquill-editable .latex-command-input.empty {
    background: transparent;
}
.mathquill-editable .latex-command-input.hasCursor {
    border-color: ActiveBorder;
}
.mathquill-editable.empty:after,
.mathquill-textbox:after,
.mathquill-rendered-math .empty:after {
    visibility: hidden;
    content: 'c';
}
.mathquill-editable .cursor:only-child:after,
.mathquill-editable .textarea + .cursor:last-child:after {
    visibility: hidden;
    content: 'c';
}
.mathquill-textbox {
    overflow-x: auto;
    overflow-y: hidden;
}
.mathquill-rendered-math {
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 115%;
    line-height: 1;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
}
.mathquill-rendered-math .non-leaf,
.mathquill-rendered-math .scaled {
    display: -moz-inline-box;
    display: inline-block;
}
.mathquill-rendered-math var,
.mathquill-rendered-math .text,
.mathquill-rendered-math .nonSymbola {
    font-family: "Times New Roman", Symbola, serif;
    line-height: .9;
}
.mathquill-rendered-math * {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border-color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: pre-wrap;
    box-sizing: content-box;
}
.mathquill-rendered-math .empty {
    background: #ccc;
}
.mathquill-rendered-math.empty {
    background: transparent;
}
.mathquill-rendered-math .text {
    font-size: 87%;
}
.mathquill-rendered-math .font {
    font: 1em "Times New Roman", Symbola, serif;
}
.mathquill-rendered-math .font * {
    font-family: inherit;
    font-style: inherit;
}
.mathquill-rendered-math b,
.mathquill-rendered-math b.font {
    font-weight: bolder;
}
.mathquill-rendered-math var,
.mathquill-rendered-math i,
.mathquill-rendered-math i.font {
    font-syle: italic;
}
.mathquill-rendered-math var.florin {
    margin: 0 -0.1em;
}
.mathquill-rendered-math big {
    font-size: 125%;
}
.mathquill-rendered-math .roman {
    font-style: normal;
}
.mathquill-rendered-math .sans-serif {
    font-family: sans-serif, Symbola, serif;
}
.mathquill-rendered-math .monospace {
    font-family: monospace, Symbola, serif;
}
.mathquill-rendered-math .overline {
    border-top: 1px solid black;
    margin-top: 1px;
}
.mathquill-rendered-math .underline {
    border-bottom: 1px solid black;
    margin-bottom: 1px;
}
.mathquill-rendered-math .binary-operator {
    padding: 0 0.2em;
    display: -moz-inline-box;
    display: inline-block;
}
.mathquill-rendered-math .unary-operator {
    padding-left: 0.2em;
}
.mathquill-rendered-math sup,
.mathquill-rendered-math sub {
    position: relative;
    font-size: 90%;
}
.mathquill-rendered-math sup .binary-operator,
.mathquill-rendered-math sub .binary-operator {
    padding: 0 .1em;
}
.mathquill-rendered-math sup .unary-operator,
.mathquill-rendered-math sub .unary-operator {
    padding-left: .1em;
}
.mathquill-rendered-math sup.limit,
.mathquill-rendered-math sub.limit,
.mathquill-rendered-math sup.nthroot,
.mathquill-rendered-math sub.nthroot {
    font-size: 80%;
}
.mathquill-rendered-math sup .fraction,
.mathquill-rendered-math sub .fraction {
    font-size: 70%;
    vertical-align: -0.4em;
}
.mathquill-rendered-math sup .numerator,
.mathquill-rendered-math sub .numerator {
    padding-bottom: 0;
}
.mathquill-rendered-math sup .denominator,
.mathquill-rendered-math sub .denominator {
    padding-top: 0;
}
.mathquill-rendered-math sup {
    vertical-align: .5em;
}
.mathquill-rendered-math sup.limit,
.mathquill-rendered-math sup.nthroot {
    vertical-align: 0.8em;
}
.mathquill-rendered-math sup.nthroot {
    margin-right: -0.6em;
    margin-left: .2em;
    min-width: .5em;
}
.mathquill-rendered-math sub {
    vertical-align: -0.4em;
}
.mathquill-rendered-math sub.limit {
    vertical-align: -0.6em;
}
.mathquill-rendered-math .paren {
    padding: 0 .1em;
    vertical-align: bottom;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}
.mathquill-rendered-math .array {
    vertical-align: middle;
    text-align: center;
}
.mathquill-rendered-math .array > span {
    display: block;
}
.mathquill-rendered-math .non-italicized-function {
    font-family: Symbola, "Times New Roman", serif;
    line-height: .9;
    font-style: normal;
    padding-right: .2em;
}
.mathquill-rendered-math .fraction {
    font-size: 90%;
    text-align: center;
    vertical-align: -0.5em;
    padding: 0 .2em;
}
.mathquill-rendered-math .fraction,
.mathquill-rendered-math x:-moz-any-link {
    display: -moz-groupbox;
}
.mathquill-rendered-math .fraction,
.mathquill-rendered-math x:-moz-any-link,
.mathquill-rendered-math x:default {
    display: inline-block;
}
.mathquill-rendered-math .numerator,
.mathquill-rendered-math .denominator {
    display: block;
}
.mathquill-rendered-math .numerator {
    padding: 0 0.1em;
    margin-bottom: -0.1em;
}
.mathquill-rendered-math .denominator {
    border-top: 1px solid;
    float: right;
    width: 100%;
    padding: .1em .1em 0 .1em;
    margin-right: -0.1em;
    margin-left: -0.1em;
}
.mathquill-rendered-math .sqrt-prefix {
    padding-top: 0;
    position: relative;
    top: .1em;
    vertical-align: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.mathquill-rendered-math .sqrt-stem {
    border-top: 1px solid;
    margin-top: 1px;
    padding-left: .15em;
    padding-right: .2em;
    margin-right: .1em;
}
.mathquill-rendered-math,
.mathquill-rendered-math .mathquill-editable {
    cursor: text;
    font-family: Symbola, "Times New Roman", serif;
}
.mathquill-rendered-math .selection,
.mathquill-editable .selection,
.mathquill-rendered-math .selection .non-leaf,
.mathquill-editable .selection .non-leaf,
.mathquill-rendered-math .selection .scaled,
.mathquill-editable .selection .scaled {
    background: #B4D5FE !important;
    background: Highlight !important;
    color: HighlightText;
    border-color: HighlightText;
}
.mathquill-rendered-math .selection .matrixed,
.mathquill-editable .selection .matrixed {
    background: #39F !important;
}
.mathquill-rendered-math .selection .matrixed-container,
.mathquill-editable .selection .matrixed-container {
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#3399FF') !important;
}
.mathquill-rendered-math .selection.blur,
.mathquill-editable .selection.blur,
.mathquill-rendered-math .selection.blur .non-leaf,
.mathquill-editable .selection.blur .non-leaf,
.mathquill-rendered-math .selection.blur .matrixed,
.mathquill-editable .selection.blur .matrixed {
    background: #D4D4D4 !important;
    color: black;
    border-color: black;
}
.mathquill-rendered-math .selection.blur .matrixed-container,
.mathquill-editable .selection.blur .matrixed-container {
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#D4D4D4') !important;
}
.mathquill-editable .textarea,
.mathquill-rendered-math .textarea {
    position: relative;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}
.mathquill-editable .textarea textarea,
.mathquill-rendered-math .textarea textarea,
.mathquill-editable .selectable,
.mathquill-rendered-math .selectable {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    position: absolute;
    clip: rect(1em 1em 1em 1em);
}
.mathquill-rendered-math .matrixed {
    background: white;
    display: -moz-inline-box;
    display: inline-block;
}
.mathquill-rendered-math .matrixed-container {
    filter: progid:DXImageTransform.Microsoft.Chroma(color='white');
    margin-top: -0.1em;
}
@media screen and (max-width: 799px) {
    .cropperDiv {
        margin: 0 !important;
        width: 100% !important;
        border: 0 !important;
        height: 100% !important;
        background: #000;
    }
    .cropperPreview {
        display: none !important;
    }
    #yz_popdivData .bottom_control {
        bottom: 0 !important;
        background: #000 !important;
        background: transparent;
        border-color: #262626;
        display: flex;
        justify-content: space-between;
        position:fixed !important;
    }
    .cropper-bg{
        background:#000 !important;
    }
    .bottom_control .cancelCropper {
        background: none;
        border: 0;
        color: #fff !important;
        font-size: 16px;
    }
    .bottom_control .saveCropper {
        background: none;
        border: 0;
        color: #0095FF !important;
        font-size: 16px;
    }
}

/*刮刮卡红包抽奖相关样式*/
#guadiv,#hongbaodiv {
    width: 327px;
    height: 255px;
    background: url("//image.wjx.com/images/joinactivity/guabg.png");
    background-size: cover;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#guadiv .guaTit, .hongbaoTit {
    margin: 30px 0 19px;
    font-size: 16px;
    font-weight: 600;
    color: #FF2A00;
    line-height: 20px;
    display: inline-block;
}
.guaAwardImg, .hongbaoAwardImg {
    padding: 15px 0 12px;
}
.guaAwardImg img, .hongbaoAwardImg img{
    height: 40px;
    width: auto;
}
.guaAwardName, .hongbaoAwardName {
    height: 24px;
    font-size: 15px;
    font-weight: 600;
    color: #262626;
    line-height: 24px;
}
.guaAwardBtn, .hongbaoAwardBtn {
    width: 90px;
    height: 27px;
    line-height: 27px;
    background: #FF4100;
    background: linear-gradient(180deg, #FFCB72 0%, #FF4100 100%);
    box-shadow: 0px 2px 8px -2px rgba(255, 70, 16, 0.6);
    border-radius: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
}
.guaAwardBtn:before, .hongbaoAwardBtn:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -84px;
    left: -32px;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s cubic-bezier(0.65, 0.05, 0.4, 0.74) infinite;
}
.aaCont {
    margin-top: 114px;
    height: 386px;
    background: #FFECE3;
    border-radius: 0 0 6px 6px;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .2
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: .4
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0
    }
}
#guadiv canvas, .guaimg{
    position: absolute;
    z-index: 60;
    top: 70px;
    left: 28px;
    width: 271px;
    height: 158px;
}
.awardCont, .hongbaoimg, .openhongbaogif {
    position: absolute;
    z-index: 60;
    top: 70px;
    left: 32px;
    width: 254px;
    height: 156px;
}
.hbdh {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    margin-left: -29px;
    margin-top: -29px;
}
.awardCont {
    z-index: 50;
    background: #fff;
    border-radius: 2px
}
.answer-conline .icon_lookBigpic{
    display:none;
}