﻿* {
    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;
}
*, *: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(../images/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;
    float: left;
    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-shrink: 0;
        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;
        }

.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: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    text-align:left;
}

.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("../images/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 5px;
        width: 100%;
        background: #fff;
        display: inline-block;
        -webkit-appearance: none;
    }

.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;
    }

        .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-select {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 9px 10px;
    position: relative;
    text-align: left;
    line-height: 20px;
}

.matrix-rating .ui-select {
    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;
}
.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;
}

.ui-select select {
    height: 38px;
    left: 0;
    opacity: 0;
    outline: medium none;
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    font-size: 16px;
}

.ui-select .arrowT {
    border-bottom: medium none !important;
    font-size: 30px !important;
    margin: 0 0 0 10px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    vertical-align: middle;
}

.ui-select .arrowt {
    width: 16px;
    height: 16px;
    background: url(../images/drop-down@2x.png);
    background-size: cover;
    display: inline-block;
}

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/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(../images/tick@3x.png) no-repeat;
    background-size:cover;
}

    .jqradiowrapper, .jqcheckwrapper {
        display: block;
        float: left;
    }

.ui-select span {
    font-size: 16px;
    margin: 5px 0;
}
.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;
}

    #divQuestion {
        /*padding-top:10px;*/
        /*margin-top: -10px;*/
    }
.getLocalBtn img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 4px;
}
@media screen and (min-width:320px) {
    table.matrix-rating {
        padding-bottom: 6px;
    }
    div.field {
        clear: both;
        padding: 10px 14px;
        margin: 4px 4px;
        border: 1px solid #ffffff;
    }
    .jqradiowrapper, .jqcheckwrapper {
        margin: 12px 4px 0 12px;
    }
    .ui-controlgroup .ui-radio .label, .ui-controlgroup .ui-checkbox .label, .ui-controlgroup .ui-radio label, .ui-controlgroup .ui-checkbox label {
        padding: 12px 10px 10px 0;
    }
    .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 0 6px 16px;
        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;
    }
    .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 #ffffff;
    }
    table.matrix-file-blanks {
        padding:10px;
    }
    table.matrix-rating td.title {
        padding: 8px 0 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.scale-rating th, 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;
    }

    table.scale-rating {
        width: 100%;
    }

    .scale-div {
        width: 100%;
        background: #fff;
    }

    table.scale-rating th {
        padding: 8px 0;
    }

table.scale-rating td {
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid #dbdbdb;
    width: 32px;
}


    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;
        }

    table.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;
    }

    table.scale-rating a.rate-offlarge, table.matrix-rating a.rate-offlarge {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }

        table.scale-rating a.rate-offlarge:after, table.matrix-rating a.rate-offlarge:after {
            top: 5px !important;
            left: 5px !important;
        }

    table.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;
    }

    table.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("../images/check48-pre@2x.png") no-repeat scroll center top transparent;
        background-size: cover;
        display: inline-block;
        height: 21px;
        vertical-align: middle;
        width: 21px;
        border: none;
    }

    table.matrix-rating a.rate-off2, table.scale-rating a.rate-off2 {
        background: url(../images/stars-nor@2x.png);
        background-size: cover;
        border-radius: 0;
        box-shadow: none;
        border: 0;
        /* padding:12px; */
    }

    table.matrix-rating a.rate-on2, table.scale-rating a.rate-on2 {
        background: url(../images/stars-pre@2x.png) no-repeat;
        background-size: cover
    }

    table.matrix-rating a.rate-off3, table.scale-rating a.rate-off3 {
        background: url(../images/praise-nor@2x.png);
        background-size: cover;
        border-radius: 0;
        box-shadow: none;
        border: 0;
    }

    table.matrix-rating a.rate-on3, table.scale-rating a.rate-on3 {
        background: url(../images/praise-pre@2x.png);
        background-size: cover;
    }

    table.matrix-rating a.rate-off4, table.scale-rating a.rate-off4 {
        background: url(../images/love-nor@2x.png);
        background-size: cover;
        border-radius: 0;
        box-shadow: none;
        border: 0;
    }

    table.matrix-rating a.rate-on4, table.scale-rating a.rate-on4 {
        background: url(../images/love@2x.png);
        background-size: cover;
    }

.onscore {
    width: 100%;
    height: 40px;
    background: #97d4ff;
}

    table.matrix-rating a.rate-off6, table.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, table.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:38px;
    background-color: #ffe5e0;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 9px;
    transition: all 1s 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 {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
    }

    .sortnum-sel {
        width: 20px;
        height: 20px;
        line-height: 20px;
        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 .icon_lookBigpic,.shop-item .img_place .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('../images/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: -8px;
            left: 50%;
            margin-left:-8px;
            width: 16px;
            height: 9px;
            background: url("../images/arrow-blue@3x.png");
            background-size: cover
        }

    .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;
    }

    .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: 14px;
        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(../images/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: url(../images/wjx-gray@2x.png) no-repeat;
        background-position: 4px 0px;
        background-size: 16px 16px;
    }
.draw_prize_head {
    padding: 12px 8px 12px !important;
    background: #E6EAF0;
    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:14px;
    height:14px;
    margin-right:4px;
}
.draw_prize_head .flex {
    display: flex;
    align-items: center;
    font-weight: bold;
    width: 98px;
    margin-right: 8px;
}
.prize_cont {
    padding: 14px;
    background: #fff;
    border-bottom: 1px solid #EBEDF0;
}
.prize-item {
    padding-bottom: 6px;
    display: flex;
}
.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 {
    overflow:hidden;
    width:100%;
    height: 100%;
    background: url(../images/bg@2x.png);
    background-size:cover;
}
.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:68px auto 0;
}
.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(../images/according@2x.png) no-repeat;
    background-size:cover;
}
.hidePw {
    background: url(../images/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(../images/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("../images/delete-new@2x.png");
    background-size: 16px 16px;
}
.zizeng table.matrix-file-blanks {
    padding-top: 20px;
}
.increase-btn {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #545454;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #DCDEE0;
    text-align: center;
    margin: 10px 0;
}
.increase-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/add-new@2x.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    align-self: center;
    margin-right: 6px;
}
.disable-style {
    color: #A9A9A9;
}
.disable-style .increase-icon {
    background-image: url("../images/dis-add@2x.png");
}
.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-bottom: 1px solid #F7F7F7;
    float: none;
}

    .uploadBox li .box {
        height: 45px;
        line-height: 45px;
        float: left;
        box-shadow: none;
        width: 90%;
    }
    .uploadBox li .box img {
        vertical-align: middle;
        float: left;
    }
    .uploadBox li .tit {
        margin-left: 10px;
    }

.deleteupload-icon {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 17px;
    background-image: url("../images/del-nor@2x.png");
    background-size: 12px 12px;
    background-position: center;
    text-indent: -9999px;
    background-image: url(../images/del-nor@2x.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/newimg/newupload/del-nor@2x.png',sizingMethod='scale');
}

    .deleteupload-icon:hover {
        background-image: url(../images/del-pre@2x.png);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/newimg/newupload/del-pre@2x.png',sizingMethod='scale');
    }
.bracket .arrowT {
    top: 10px;
}
.bracket .arrowt {
    display:block;
    width: 0;
    height: 0;
    background: none;
    border-width: 5px 4px;
    border-style: solid;
    border-color: #595959 transparent transparent transparent;
}
.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;
    padding: 0px 10px 0 16px !important;
}
.bracket:before {
    display: inline;
    position: absolute;
    left: -4px;
    top: 2px;
    content: "【";
    color: #D9D9D9;
}
.bracket:after {
    display: inline;
    position: absolute;
    right: 0;
    top: 2px;
    content: "】";
    color: #D9D9D9;
}
.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 rgba(217,217,217,1)
}
.initStyle.bracket{
    width:auto;
    height:24px;
    line-height:24px;
    margin-bottom:4px;
    padding:0 0 0 10px !important;
}
    .initStyle.bracket span {
        margin: 0;
        display: block !important;
        line-height: 22px;
    }
    .initStyle span {
        margin: 0;
    }
.bracket span {
    margin:3px 0 0;
}
.initStyle .arrowT {
    top: 8px;
    right:14px;
}
.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(../images/del-nor@2x.png);
    }
}

.file input {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #fff;
    width: 100%;
    font-size: 18px;
}

.file {
    height: 44px;
    background: #fff;
    text-align: left;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    border: 1px dashed #CCCCCC;
    color: #808080;
    font-size: 15px;
    _border: none;
    cursor: pointer
}
.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(../images/upload-pc@2x.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/newimg/newupload/upload-pc@2x.png',sizingMethod='scale');
}

.file:hover .uppic {
    background-image: url(../images/upload-pc-pre@2x.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/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 */  
 }

.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;
    right: 0;
    top: 0;
    bottom: 0;
    width: .5rem;
    box-shadow: inset -.5rem 0 .2rem -.3rem #fff;
    border-left: 0
}
.ui-table-rowTitle,
.ui-table-scroll .ui-table-thead th:first-child {
    visibility: hidden;
}
.labelcontent {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85px;
}
.labelname > td {
    background-color: #f9f9f9 !important;
}