.pro_sort .third_box {
    display: none;
}

.pro_sort .active .third_box {
    display: block;
}

.touch-btn {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.touch-box {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 600;
    color: #777;
    display: none;
}

.touch-btn:hover .touch-box {
    display: block;
}

.touch-box .arrow {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    height: 0;
    position: absolute;
    right: 46px;
    top: -6px;
}

.touch-box .wrap {
    padding: 20px 0;
    /*width:280px;*/
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.touch-box .wrap .ms {
    padding: 0 0 15px;
}

.touch-box .wrap .wenben {
    padding: 10px 0;
    white-space: nowrap;
}

.touch-box .wrap h1 {
    font-size: 16px;
    margin: 0;
    color: #111;
}

.touch-box .wrap .code img {
    width: 120px;
    height: 120px;
}

/**.touch-box .wrap .code li{width:50%;float:left}*/
.touch-box .wrap table {
    width: 100%;
}

.touch-box .wrap table td {
    padding: 0 15px;
    border-right: 1px solid #ddd;
}

.touch-box .wrap table td:last-child {
    border-right: 0;
}
.vrlogo {
    float: left;
    margin: 20px 0;
}

.vrlogo img {
    float: left;
    margin-right: 20px;
}

.vrlogo h3 {
    float: left;
    color: #4c4c4c;
    font-size: 40px;
    line-height: 66px;
}

.sTel {
    float: right;
    margin: 20px 0;
}

.sTel p {
    color: #4c4c4c;
    font-size: 14px;
}

.sTel em {
    display: block;
    color: #cda84a;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
}

.header.vr {
    background: none;
}

.text-danger {
 
    float: left;
}

.field-validation-error {
    color: #ffd800;
    padding: 0 10px 2px 10px;
}

.btn-area {
    padding: 0 20.7%;
}
.pages {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pages ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pages ul li:hover{ background:#E12234; color:#fff;border: 1px solid #E12234}
.pages ul li:hover a{color:#fff;}
.pages ul li.thisclass {display: inline-block;border: 1px solid #E12234;padding: 2px 9px;margin: 0 3px;background: #E12234;color: #fff;}
.pages ul li.thisclass a {color: #fff;}
.pages ul li a{ display:block;color:#999}
.pages ul li a:hover {color: #fff;}


.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
    }
    .basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
    }
    .basic-grey h1>span {
    display: block;
    font-size: 11px;
    }
    .basic-grey label {
    display: block;
    margin: 0px;
    }
    .basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
    }
    .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    }
    .basic-grey textarea{
    padding: 5px 3px 3px 5px;
    }
    .basic-grey select {
        background: #FFF url('down-arrow.png') no-repeat right;
        background: #FFF url('down-arrow.png') no-repeat right;
        appearance:none;
        -webkit-appearance:none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        width: 70%;
        height: 35px;
        line-height: 25px;
    }
    .basic-grey textarea{
    height:100px;
    }
    .basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
    }
    .basic-grey .button:hover {
    background: #CF7A7A
    }

    .cont {
        float: left;
        width: 47%;
        font-size: 16px;
        line-height: 30px;
    }
    .index {
        float: right;
        width: 49%;
        border: 0;
        margin: 0;
        padding: 0;
    }