﻿body {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

.main-body {
    min-height: 100vh;
}

.helpTid {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -182px;
    margin-left: -50px;
    display: none;
}

.helpBuyerNick {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -182px;
    margin-left: -50px;
    display: none;
}

.main-content {
    position: relative;
    min-height: 100vh;
}

.footer {
    position: fixed;
    bottom: 0;
    /* left: 40%; */
    background: #fff;
    width: 100%;
}

.footer-content{
    margin: 10px auto;
    text-align: center;
    color: #555;
    font-size: 15px;
}

.footer-content a{
    text-decoration: none;
    color: #555;
}

.form-wrapper {
    border-top: 3px solid #00bcfc;
    border-bottom: 2px solid #8a9294;
    background: #fff;
    display: block;
    width: 400px;
    padding: 50px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 1px 1px 5px #888;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -243px;
}
.form-wrapper .title {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #00acf8;
    letter-spacing: 1px;
    padding: 0 0 30px;
}
.form-wrapper input{
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    margin: 10px auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.form-wrapper .btn-pickup {
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: #00bbfe;
    padding: 10px;
    border: none;
    margin: 20px 0;
    cursor: pointer;
}
.form-wrapper .contact {
    text-align: right;
    font-size: 12px;
    color: deepskyblue;
}
.form-wrapper .contact a {
    color: #00bbfe;
    text-decoration: none;
}
.form-wrapper .contact img {
    vertical-align: bottom;
}

.form-wrapper .captcha img{
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.form-wrapper input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}

.form-wrapper input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.form-wrapper input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

.form-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}

/*detail*/
.detail-header .title{
    font-size: 25px;
    font-weight: 500;
    margin: 10px auto;
    letter-spacing: 1px;
}
.detail-header .contact{
    margin: 10px auto;
}
.detail-content {
    padding: 10px 20px;
    width: 900px;
    margin: 0 auto;
}
.detail-content .detail-header {
    text-align: center;
    color: #fff;
}

.detail-form{
    background: #fff;
    margin-bottom: 10px;
}
.detail-form form{
    margin: 0 auto;
    width: 750px;
}

.detail-form input {
    font-size: 14px;
    padding: 10px 15px;
    margin: 10px auto;
    border: 1px solid #ddd;
}
.detail-form .btn-pickup, .confirm-btn {
    font-size: 16px;
    color: #fff;
    background: #00bbfe;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    margin-top: 3px;
}

.detail-info {
    background: #fff;
    margin-bottom: 50px;
}

.info-header {
    color: #555;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
}

.info-header .item{
    margin-right: 30px;
}
.info-header .item:last-child{
    margin-right: 0;
}
.info-header .item a {
    color: #555;
}

.info-body {
    margin: 0 auto;
    width: 750px;
    padding: 20px;
}

.info-body ul li{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 20px;
}

.item-header {
    border-bottom: 1px solid #ccc;
    display: block;
    overflow: hidden;
}

.item-header-left {
    float: left;
    margin: 10px 0 0 10px;
}
.item-header-left img{
    width: 80px;
    height: 80px;
}
.item-header-right {
    float: left;
    margin: 10px;
    font-size: 14px;
}
.item-header-right .item-title{
    margin: 15px 0;
}
.item-header-right  span{
    margin-right: 15px;
}
.item-info {
    margin-top: 2px;
    background: #e7f4fd;
    padding: 12px;
}

.item-info .addi {
    margin: 0;
    font-size: 13px;
    line-height: 25px;
    word-wrap: break-word;
}
