﻿.contain {
    width: 100%;
    min-width: 1200px
}

.icon-linker {
    width: 13px;
    height: 44px;
    background: url("../images/linker.png") center no-repeat;
    background-size: 100% auto;
}

.icon-edit-2 {
    width: 17px;
    height: 17px;
    background: url("../images/icon-edit-2.png") center no-repeat;
    background-size: 100% auto;
}

.icon-calendar {
    width: 31px;
    height: 31px;
    background: url("../images/icon-calendar.png") center no-repeat;
    background-size: 100% auto;
}

.lab_cbox {
    float: left;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    line-height: 111px;
    border: 0;
    background: url(../images/CheckBoxBg.png) center no-repeat
}

/*.cbox_cur {
    background: url(../images/CheckBoxedBg.png) center no-repeat
}*/

span.ImgMiddle {
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

span.MenberIdentity {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 12px;
    vertical-align: middle
}

label.checklabel {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/CheckBg.png) center no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    cursor: pointer
}

label.checklabel.cur {
    background: url(../images/CheckedBg.png) center no-repeat
}

.NumBox {
    width: 108px;
    height: 31px;
    margin: 0 auto;
}

.minus, .Plus {
    display: inline-block;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
}

.minus {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    background: url(../images/MinusIco.png) center no-repeat;
}

.Plus {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    background: url(../images/PlusIco.png) center no-repeat;
}

span.Maximum {
    display: none
}

.CartNumTab {
    width: 110px;
    height: 33px;
    margin: 43px auto
}

.CartNumTab input[type=button] {
    float: left;
    width: 33px;
    height: 33px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.CartNumTab input[type=text] {
    float: left;
    width: 44px;
    height: 33px;
    border-left: 0;
    border-right: 0;
    line-height: 31px;
    text-align: center
}

.GoTop {
    width: 40px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none
}

.GoTop > a {
    display: inline-block;
    width: 26px;
}

.GoTop > a > img {
    margin-bottom: 5px
}

.Paging {
    width: 1200px;
    height: 50px;
    margin: 20px auto;
    overflow: hidden;
    text-align: center
}

.PagingBox {
    width: 1200px;
    height: 50px;
    text-align: center;
    margin: 20px auto 0
}

.transition {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.transitionC {
    -webkit-transition: all .3s cubic-bezier(0.3, 0, 0, 1);
    -moz-transition: all .3s cubic-bezier(0.3, 0, 0, 1);
    -o-transition: all .3s cubic-bezier(0.3, 0, 0, 1);
    transition: all .3s cubic-bezier(0.3, 0, 0, 1);
}

#MNLive_ServicerList_NoFloat .MNLive_ServicerList_NoFloat_details {
    text-align: center
}

#MNLive_ServicerList_NoFloat .MNLive_ServicerList_NoFloat_icon {
    float: none;
    display: inline-block;
}

#MNLive_ServicerList_NoFloat .MNLive_ServicerList_NoFloat_c_Text {
    float: none;
    display: inline-block;
}

#MNLive_ServicerList_NoFloat .MNLive_ServicerList_NoFloat_details {
    float: none;
    width: auto;
}

.ServerList {
    padding-bottom: 20px
}