﻿body {
    color: #333;
    font-family: "Microsoft Yahei","微软雅黑", Arial,"宋体","sans-serif";
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, span, p, ul, li, ol, dl, dt, dd, th, td, form, input, textarea, pre, fieldest, blockquote {
    margin: 0;
    padding: 0;
}

body {
    margin: 13px 10px;
}

ul, ol, li {
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}




table tr:hover {
    background-color: rgba(0,0,0,.03);
}

.title {
    margin-bottom: 20px;
    padding-left: 12px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border-left: 4px solid #6699ff;
    color: #666;
    font-weight: bold
}

.bbk {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.titleq {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    //border-bottom: 1px solid #f6f6f6;//这是横线
    color: #666;
    font-weight: bold;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
	//border-left: 2px solid #01bfcb;
}


.shuxian{
    padding: 0 2px;
    margin-right: 10px;
    background-color: #01bfcb;
}

.title {
    margin-bottom: 20px;
    padding-left: 12px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border-left: 4px solid #6699ff;
    color: #666;
    font-weight: bold;
}

.br {
    border-right: 1px solid rgba(0,0,0,0.05);
    box-sizing: border-box;
}

.bt {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-sizing: border-box;
}

.bgf {
    background-color: #fff
}

.fl {
    float: left
}

.ib {
    display: inline-block;
}

.f0 {
    font-size: 0
}

.c8 {
    color: #848a9f;
}
.c81 {
	color: #28b88c;
}

.c5 {
    color: rgba(0,0,0,.5)
}

.c3 {
    color: rgba(0,0,0,.3)
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 28px;
	color: #59607c;
}

.f24 {
    font-size: 24px
}

.mt10 {
    margin-top: 10px;
}

.mt101 {
    margin-top: 5px;
}

.mt11 {
    margin-top: 7px;
}

.mt122 {
   height: 10px;
}

.clzt{
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
}
.tcname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tcnum {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bolder;
    margin-right: 10px;
    white-space: nowrap;
}
.tcunit-price {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.tcbg {
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.tcbg img {
    display: block;
    margin: 0 auto;
}

.tctxt {
    width: 100%;
    display: block;
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff;
    height: 20px;
    line-height: 20px;
}
.tcprice {
    text-align: center;
    height: 14px;
    line-height: 14px;
    color: #4188fc;
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 20px;
}
.tcold-price {
    text-align: center;
    color: #a0a0a0;
    height: 12px;
    line-height: 12px;
}
.tclabel {
    display: block;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
}
.tcitem{
	width: 140px;
    height: 150px;
    float: left;
    margin: 14px 7px 14px 7px;
    border: 1px solid #ddd;
    padding: 25px 10px 0;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.tctype.tcred {
    background: -webkit-gradient(linear,left top,left bottom,from(#ff8555),to(#ff2909));
    background: linear-gradient(top,#ff8555,#ff2909);
}
.tctype {
    display: block;
    width: 40px;
    height: 36px;
    color: #fff;
    border-bottom-left-radius: 36px;
    line-height: 30px;
    background: -webkit-gradient(linear,left top,left bottom,from(#3f9dff),to(#218bf9));
    background: linear-gradient(top,#3f9dff,#218bf9);
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.mb10 {
    margin-bottom: 10px
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mt15 {
    margin-top: 15px;
}

.ml20 {
    margin-left: 20px
}

.p10 {
    padding: 10px
}

.p20 {
    padding: 5px 20px 20px 20px
}

.p40 {
    padding: 40px
}

.cc {
    color: #FF5722
}

.chs {
    color: #ffa632
}

.ctc3 {
    color: #ffa632
}

.ctc1 {
    color: #ab7df6
}

.ctc2 {
    color: #81c926
}

.xhx {
    text-decoration: line-through;
}

.tc {
    text-align: center
}

.vt {
    vertical-align: top
}

.vm {
    vertical-align: middle
}

.ssinput {
    border-radius: 4px;
    border: 1px solid #e9ecef;
    width: 120px;
    height: 20px;
    padding: 10px;
}

.ssselect {
    border-radius: 4px;
    border: 1px solid #e9ecef;
    width: 100px;
    padding: 10px;
}

.srinput {
    width: 300px;
    border: 1px solid #eef5f9;
    padding: 10px;
    border-radius: 2px;
}

.tablemax {
    border: 1px solid #e9ecef;
    border-radius: 2px;
}

.list_btn {
    font-size: 12px;
    color: #6699ff;
    text-decoration: underline
}

.btn {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-info {
    -webkit-box-shadow: 0 2px 6px 0 rgba(57,175,209,.5);
    box-shadow: 0 2px 6px 0 rgba(57,175,209,.5);
}

.btn-info {
    background-color: #39afd1;
    border-color: #39afd1;
    padding: 2px 10px;
    color: #fff;
}

    .btn-info:hover {
        color: #fff;
        background-color: #2b99b9;
        border-color: #2991ae
    }

.btn-qq {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.btn-qq {
    background-color: #fff;
    border-color: #fff;
    padding: 3px 12px;
    color: rgba(0,0,0,.8);
}

    .btn-qq:hover {
        background-color: #fafafa;
        border-color: #fafafa;
    }

.btn-danger {
    -webkit-box-shadow: 0 2px 6px 0 rgba(250,92,124,.5);
    box-shadow: 0 2px 6px 0 rgba(250,92,124,.5);
}

.btn-danger {
    color: #fff;
    background-color: #ff5055;
    border-color: #ff5055;
    padding: 3px 12px;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f9375e;
        border-color: #f82b54
    }

.btn-light {
    -webkit-box-shadow: 0 2px 6px 0 rgba(227,234,239,.5);
    box-shadow: 0 2px 6px 0 rgba(227,234,239,.5);
}

.btn-light {
    color: #666;
    background-color: #e3eaef;
    border-color: #e3eaef;
    padding: 3px 12px;
}

    .btn-light:hover {
        color: #666;
        background-color: #cbd8e1;
        border-color: #c3d2dc
    }

.btn-success {
    -webkit-box-shadow: 0 2px 6px 0 rgba(10,207,151,.5);
    box-shadow: 0 2px 6px 0 rgba(10,207,151,.5);
}

.btn-success {
    color: #fff;
    background-color: #0acf97;
    border-color: #0acf97;
    padding: 9px 30px;
    font-size: 14px;
}

    .btn-success:hover {
        color: #fff;
        background-color: #08ab7c;
        border-color: #089e74
    }

    .btn-success.focus, .btn-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(47,214,167,.5);
        box-shadow: 0 0 0 .2rem rgba(47,214,167,.5)
    }


.btn-primary {
    -webkit-box-shadow: 0 2px 6px 0 rgba(114,124,245,.5);
    box-shadow: 0 2px 6px 0 rgba(114,124,245,.5);
}

.btn-primary {
    color: #fff;
    background-color: #6699ff;
    border-color: #6699ff;
    padding: 7px 20px;
    font-size: 14px;
    vertical-align: top;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #727cf5;
        border-color: #727cf5
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(135,144,247,.5);
        box-shadow: 0 0 0 .2rem rgba(135,144,247,.5)
    }

.span_ts {
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-left: 5px;
    cursor: pointer;
    color: #666
}

.headimg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 0px;
}

.alift {
	float:left;
}

.btn_icon_qq {
    vertical-align: middle;
    display: inline-block;
    background: url(../../images/qq.png) top left no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.uploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    padding: 0;
    margin: 10px 0px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    height: 55px;
    width: 500px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    cursor: default;
    border: 1px solid;
    border-right: 0;
    font-size: 12px;
    color: #777;
    text-shadow: 1px 1px 0px #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    background-color: #fff;
    border-color: #e9ecef;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filename_haoduan {
    float: left;
    /*display: inline-block;
    outline: 0 none;*/
    height: 146px;
    width: 479px;
    margin: 0;
    padding: 8px 10px;
    /*overflow: hidden;*/
    cursor: default;
    border: 1px solid;
    border-right: 0;
    font-size: 16px;
    font-weight:bold;
    color: #777;
    text-shadow: 1px 1px 0px #fff;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #fff;
    border-color: #e9ecef;
    -moz-box-shadow: 1px 1px 1px #fff inset;
    -webkit-box-shadow: 1px 1px 1px #fff inset;
    box-shadow: 1px 1px 1px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button {
    float: left;
    height: 55px;
    display: inline-block;
    outline: 0 none;
    padding: 8px 30px;
    margin: 0;
    cursor: pointer;
    border: 1px solid;
    
    font-size: 14px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
}

.button_konghao {
    float: left;
    height: 55px;
    display: inline-block;
    outline: 0 none;
    padding: 8px 40px;
    margin-top:88px;
    margin-left:10px;
    /*margin: 0;*/
    cursor: pointer;
    border: 1px solid;
    font-size: 14px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
}

.white .button_konghao {
    color: #fff;
    background: #6699ff;
    border-color: #6699ff;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.white .button {
    color: #fff;
    background: #689cfc;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.buttony {
	color: #848a9f;
    background: #fff;
	border-radius: 0px 5px 5px 0px;
}
.buttonz {
    color: #fff;
    background: #689cfc;
	border-radius: 5px 0px 0px 5px;
}
.buttonzong{
    border-color: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    height: 32px;
	width: 75px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    display: inline-block;
    outline: 0 none;
    margin: -3px;
    font-size: 12px;
}
.uploaderzy {
    display: inline-block;
    margin: 5px 20px;
}
.uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    height: 45px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.jcdiv {
    width: 518px;
    text-align: center;
    margin-top: 15px;
    display: none
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

    .magic-radio[disabled],
    .magic-checkbox[disabled] {
        cursor: not-allowed;
    }

    .magic-radio + label,
    .magic-checkbox + label {
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        font-size: 14px;
        border: 1px solid #eef5f9;
        padding: 10px 20px;
        padding-left: 30px;
        border-radius: 4px;
    }

        .magic-radio + label:hover:before,
        .magic-checkbox + label:hover:before {
            animation-duration: 0.4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        .magic-radio + label:before,
        .magic-checkbox + label:before {
            position: absolute;
            top: 11px;
            left: 5px;
            display: inline-block;
            width: 14px;
            height: 14px;
            content: '';
            border: 1px solid #c0c0c0;
        }

        .magic-radio + label:after,
        .magic-checkbox + label:after {
            position: absolute;
            display: none;
            content: '';
        }

    .magic-radio[disabled] + label,
    .magic-checkbox[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4;
    }

        .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
        .magic-checkbox[disabled] + label:hover,
        .magic-checkbox[disabled] + label:before,
        .magic-checkbox[disabled] + label:after {
            cursor: not-allowed;
        }

            .magic-radio[disabled] + label:hover:before,
            .magic-checkbox[disabled] + label:hover:before {
                border: 1px solid #e4e4e4;
                animation-name: none;
            }

        .magic-radio[disabled] + label:before,
        .magic-checkbox[disabled] + label:before {
            border-color: #e4e4e4;
        }

    .magic-radio:checked + label:before,
    .magic-checkbox:checked + label:before {
        animation-name: none;
    }

    .magic-radio:checked + label:after,
    .magic-checkbox:checked + label:after {
        display: block;
    }

    .magic-radio + label:before {
        border-radius: 50%;
    }

    .magic-radio + label:after {
        top: 15px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #FF5722;
    }

    .magic-radio:checked + label:before {
        border: 1px solid #ffa632;
    }

    .magic-radio:checked[disabled] + label:before {
        border: 1px solid #ffa632;
    }

    .magic-radio:checked[disabled] + label:after {
        background: #ffa632;
    }

    .magic-checkbox + label:before {
        border-radius: 3px;
    }

    .magic-checkbox + label:after {
        top: 2px;
        left: 7px;
        box-sizing: border-box;
        width: 6px;
        height: 12px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-top: 0;
        border-left: 0;
    }

    .magic-checkbox:checked + label:before {
        border: #3e97eb;
        background: #3e97eb;
    }

    .magic-checkbox:checked[disabled] + label:before {
        border: #c9e2f9;
        background: #c9e2f9;
    }

.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.w100 {
width: 100px;
    text-align: right;
}
