﻿
body, button, img, input, ol, textarea, ul {
    font-size: 12px;
    font-family: Helvetica Neue,Tahoma,Arial, "Microsoft Yahei";
    color: #333;
    line-height: 1.5;
}

body {
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    -webkit-text-size-adjust: none;
}

img {
    border: 0;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus {
        outline: 0;
        -moz-outline: 0;
    }

input, textarea {
    outline: 0;
}

.placeholder {
    color: #aaa;
}

.imgbutton {
    width: 100%;
    height: 100%;
    border: 0;
    background: 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    outline: 0;
}

.overflowHidden {
    overflow: hidden;
    zoom: 1;
}

.overflow_ellipsis {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.WordBreak {
    word-wrap: break-word;
    word-break: break-word;
}

.AllBreak {
    word-wrap: break-word;
    word-break: break-all;
}

.DefaultPointer {
    cursor: default !important;
}

.Hand {
    cursor: pointer;
}

.InlineBlock {
    display: inline-block !important;
    display: -moz-inline-stack;
    display: inline-block;
}

.Block {
    display: block;
}

.NoUnderline {
    text-decoration: none !important;
}

.Underline {
    text-decoration: underline !important;
}

.Absolute {
    position: absolute !important;
}

.Relative {
    position: relative !important;
}

.Fixed {
    position: fixed !important;
}

.Left {
    float: left !important;
}

.Right {
    float: right !important;
}

.Clear {
    clear: both;
    visibility: hidden;
    border-top: 0;
    margin-top: -1px !important;
}

.clearLeft {
    clear: left;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.SpanCenter {
    display: block !important;
    text-align: center !important;
}

.TxtLeft {
    text-align: left !important;
}

.TxtCenter {
    text-align: center !important;
}

.TxtRight {
    text-align: right !important;
}

.TxtTop, .TxtTop img {
    vertical-align: top !important;
}

.TxtMiddle {
    vertical-align: middle !important;
}

.TxtBottom {
    vertical-align: bottom !important;
}

.divCenter {
    margin: 0 auto;
}

.TxtIndent10 {
    text-indent: 10px;
}

.Border0 {
    border: 0 !important;
}

.Border2 {
    border: 2px !important;
}

.BorderBottom0 {
    border-bottom: 0 !important;
}

.BorderLeft0 {
    border-left: 0 !important;
}

.BorderRight0 {
    border-right: 0 !important;
}

.Border {
    border: 1px solid #fff !important;
}

.BorderTop {
    border-top: 1px solid #fff !important;
}

.BorderTopGrayC {
    border-top: 1px solid #ccc !important;
}

.BorderRight {
    border-right: 1px solid #fff !important;
}

.BorderLeft {
    border-left: 1px solid #fff !important;
}

.BorderBottom {
    border-bottom: 1px solid #fff !important;
}

.BorderGrayColor {
    border-color: #ccc !important;
}

.BorderGrayD {
    border: 1px solid #ddd;
}

.BorderGray9 {
    border: 1px solid #999 !important;
}

.BorderBottomGrayC {
    border-bottom-color: #ccc !important;
}

.BorderBottomGrayD {
    border-bottom-color: #ddd !important;
}

.borderColor_ef {
    border-color: #efefef !important;
}

.borderColor_c {
    border-color: #ccc !important;
}

.borderColor_d8 {
    border-color: #d8d8d8 !important;
}

.Hidden {
    display: none;
}

.Visibility {
    visibility: hidden;
}

body .Hidden {
    display: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.BorderDotted {
    border-style: dotted;
}

.BorderSolid {
    border-style: solid;
}

.Arial {
    font-family: Arial !important;
}

.Italic {
    font-style: italic;
}

.Bold {
    font-weight: 700 !important;
}

.Normal {
    font-weight: 400 !important;
}

.Red {
    color: red !important;
}

.Green {
    color: #739812 !important;
}

.DepGreen {
    color: green !important;
}

.White {
    color: #fff !important;
}

.ShaYellow {
    color: #C3AF64 !important;
}

.DisabledColor {
    color: #CAC8BB !important;
}

.HighLightColor {
    background-color: #fc6;
}

.DashedBG {
    background: url(https://www.mingdao.com/modules/mdpublic/images/Bg_Dashed.gif) left bottom repeat-x;
}

.GrayBG {
    background-color: #f5f5f5;
}

.GrayBGF8 {
    background-color: #f8f8f8;
}

.GrayBGFA {
    background-color: #fafafa;
}

.BGFF5A00 {
    background-color: #ff5a00;
}

.BGDDD {
    background-color: #ddd;
}

.BGEFEFEF {
    background-color: #efefef;
}

.lastItem {
    background: none !important;
}

.BlueBG {
    background-color: #06c;
}

.WhiteBG {
    background-color: #fff;
}

.Alpha10 {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.Alpha9 {
    opacity: .9;
    -moz-opacity: .9;
    filter: alpha(opacity=90);
}

.Alpha8 {
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}

.Alpha7 {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
}

.Alpha6 {
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
}

.Alpha5 {
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.Alpha4 {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}

.Alpha3 {
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

.Alpha2 {
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20);
}

.Alpha1 {
    opacity: .1;
    -moz-opacity: .1;
    filter: alpha(opacity=10);
}

.mp0 {
    margin: 0 !important;
    padding: 0 !important;
}

.mAll5 {
    margin: 5px !important;
}

.mAll10 {
    margin: 10px !important;
}

.mAll12 {
    margin: 12px !important;
}

.mAll15 {
    margin: 15px !important;
}

.mAll20 {
    margin: 20px !important;
}

.mAll25 {
    margin: 25px !important;
}

.mAll30 {
    margin: 30px !important;
}

.mTop0 {
    margin-top: 0 !important;
}

.mTop2 {
    margin-top: 2px !important;
}

.mTop3 {
    margin-top: 3px !important;
}

.mTop4 {
    margin-top: 4px !important;
}

.mTop5 {
    margin-top: 5px !important;
}

.mTop6 {
    margin-top: 6px !important;
}

.mTop7 {
    margin-top: 7px !important;
}

.mTop8 {
    margin-top: 8px !important;
}

.mTop10 {
    margin-top: 10px !important;
}

.mTop11 {
    margin-top: 11px !important;
}

.mTop12 {
    margin-top: 12px !important;
}

.mTop13 {
    margin-top: 13px !important;
}

.mTop15 {
    margin-top: 15px !important;
}

.mTop16 {
    margin-top: 16px !important;
}

.mTop18 {
    margin-top: 18px !important;
}

.mTop20 {
    margin-top: 20px !important;
}

.mTop25 {
    margin-top: 25px !important;
}

.mTop30 {
    margin-top: 30px !important;
}

.mTop35 {
    margin-top: 35px !important;
}

.mTop40 {
    margin-top: 40px !important;
}

.mTop45 {
    margin-top: 45px !important;
}

.mTop50 {
    margin-top: 50px !important;
}

.mRight0 {
    margin-right: 0 !important;
}

.mRight2 {
    margin-right: 2px !important;
}

.mRight3 {
    margin-right: 3px !important;
}

.mRight5 {
    margin-right: 5px !important;
}

.mRight7 {
    margin-right: 7px !important;
}

.mRight10 {
    margin-right: 10px !important;
}

.mRight12 {
    margin-right: 12px !important;
}

.mRight15 {
    margin-right: 15px !important;
}

.mRight20 {
    margin-right: 20px !important;
}

.mRight25 {
    margin-right: 25px !important;
}

.mRight30 {
    margin-right: 30px !important;
}

.mRight35 {
    margin-right: 35px !important;
}

.mRight40 {
    margin-right: 40px !important;
}

.mBottom0 {
    margin-bottom: 0 !important;
}

.mBottom3 {
    margin-bottom: 3px !important;
}

.mBottom4 {
    margin-bottom: 4px !important;
}

.mBottom5 {
    margin-bottom: 5px !important;
}

.mBottom6 {
    margin-bottom: 6px !important;
}

.mBottom8 {
    margin-bottom: 8px !important;
}

.mBottom10 {
    margin-bottom: 10px !important;
}

.mBottom12 {
    margin-bottom: 12px !important;
}

.mBottom15 {
    margin-bottom: 15px !important;
}

.mBottom18 {
    margin-bottom: 18px !important;
}

.mBottom20 {
    margin-bottom: 20px !important;
}

.mBottom25 {
    margin-bottom: 25px !important;
}

.mBottom30 {
    margin-bottom: 30px !important;
}

.mBottom45 {
    margin-bottom: 45px !important;
}

.mBottom50 {
    margin-bottom: 50px !important;
}

.mLeft0 {
    margin-left: 0 !important;
}

.mLeft2 {
    margin-left: 2px !important;
}

.mLeft3 {
    margin-left: 3px !important;
}

.mLeft5 {
    margin-left: 5px !important;
}

.mLeft7 {
    margin-left: 7px !important;
}

.mLeft10 {
    margin-left: 10px !important;
}

.mLeft12 {
    margin-left: 12px !important;
}

.mLeft15 {
    margin-left: 15px !important;
}

.mLeft20 {
    margin-left: 20px !important;
}

.mLeft25 {
    margin-left: 25px !important;
}

.mLeft30 {
    margin-left: 30px !important;
}

.mLeft35 {
    margin-left: 35px !important;
}

.mLeft40 {
    margin-left: 40px !important;
}

.mLeft48 {
    margin-left: 48px !important;
}

.mLeft50 {
    margin-left: 50px !important;
}

.mLeft80 {
    margin-left: 80px !important;
}

.mLeft100 {
    margin-left: 100px !important;
}

.pAll0 {
    padding: 0 !important;
}

.pAll2 {
    padding: 2px !important;
}

.pAll5 {
    padding: 5px !important;
}

.pAll10 {
    padding: 10px !important;
}

.pAll15 {
    padding: 15px !important;
}

.pAll20 {
    padding: 20px !important;
}

.pAll25 {
    padding: 25px !important;
}

.pAll30 {
    padding: 30px !important;
}

.pAll35 {
    padding: 35px !important;
}

.pTop0 {
    padding-top: 0 !important;
}

.pTop2 {
    padding-top: 2px !important;
}

.pTop5 {
    padding-top: 5px !important;
}

.pTop10 {
    padding-top: 10px !important;
}

.pTop12 {
    padding-top: 12px !important;
}

.pTop15 {
    padding-top: 15px !important;
}

.pTop20 {
    padding-top: 20px !important;
}

.pTop25 {
    padding-top: 25px !important;
}

.pTop30 {
    padding-top: 30px !important;
}

.pTop35 {
    padding-top: 35px !important;
}

.pTop45 {
    padding-top: 45px !important;
}

.pTop100 {
    padding-top: 100px !important;
}

.pRight0 {
    padding-right: 0 !important;
}

.pRight5 {
    padding-right: 5px !important;
}

.pRight6 {
    padding-right: 6px !important;
}

.pRight9 {
    padding-right: 9px !important;
}

.pRight10 {
    padding-right: 10px !important;
}

.pRight12 {
    padding-right: 12px !important;
}

.pRight15 {
    padding-right: 15px !important;
}

.pRight20 {
    padding-right: 20px !important;
}

.pRight25 {
    padding-right: 25px !important;
}

.pRight30 {
    padding-right: 30px !important;
}

.pRight40 {
    padding-right: 40px !important;
}

.pRight60 {
    padding-right: 60px !important;
}

.pBottom2 {
    padding-bottom: 2px !important;
}

.pBottom3 {
    padding-bottom: 3px !important;
}

.pBottom5 {
    padding-bottom: 5px !important;
}

.pBottom10 {
    padding-bottom: 10px !important;
}

.pBottom15 {
    padding-bottom: 15px !important;
}

.pBottom20 {
    padding-bottom: 20px !important;
}

.pBottom25 {
    padding-bottom: 25px !important;
}

.pBottom30 {
    padding-bottom: 30px !important;
}

.pBottom50 {
    padding-bottom: 50px !important;
}

.pBottom100 {
    padding-bottom: 100px !important;
}

.pLeft0 {
    padding-left: 0 !important;
}

.pLeft5 {
    padding-left: 5px !important;
}

.pLeft6 {
    padding-left: 6px !important;
}

.pLeft7 {
    padding-left: 7px !important;
}

.pLeft8 {
    padding-left: 8px !important;
}

.pLeft9 {
    padding-left: 9px !important;
}

.pLeft10 {
    padding-left: 10px !important;
}

.pLeft11 {
    padding-left: 11px !important;
}

.pLeft12 {
    padding-left: 12px !important;
}

.pLeft15 {
    padding-left: 15px !important;
}

.pLeft20 {
    padding-left: 20px !important;
}

.pLeft25 {
    padding-left: 25px !important;
}

.pLeft28 {
    padding-left: 28px !important;
}

.pLeft30 {
    padding-left: 30px !important;
}

.pLeft29 {
    padding-left: 29px !important;
}

.pLeft35 {
    padding-left: 35px !important;
}

.pLeft36 {
    padding-left: 36px !important;
}

.pLeft40 {
    padding-left: 40px !important;
}

.pLeft45 {
    padding-left: 45px !important;
}

.pLeft50 {
    padding-left: 50px !important;
}

.pLeft160 {
    padding-left: 160px !important;
}

.pTopBottom3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.pTopBottom5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pLeftRight5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pLeftRight10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pLeftRight30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.Top1 {
    top: 1px;
}

.Top3 {
    top: 3px;
}

.Top5 {
    top: 5px;
}

.Top10 {
    top: 10px;
}

.Top20 {
    top: 20px;
}

.Right1 {
    right: 1px;
}

.Right5 {
    right: 5px;
}

.Right8 {
    right: 8px;
}

.minHeight26 {
    min-height: 26px !important;
}

.minHeight30 {
    min-height: 30px !important;
}

.minHeight50 {
    min-height: 50px !important;
}

.minHeight80 {
    min-height: 80px !important;
}

.minHeight160 {
    min-height: 160px !important;
}

.minWidth60 {
    min-width: 60px !important;
}

.Width70 {
    width: 70px !important;
}

.Width90 {
    width: 90px !important;
}

.Width95 {
    width: 95px !important;
}

.Width120 {
    width: 120px !important;
}

.Width170 {
    width: 170px !important;
}

.Width180 {
    width: 180px !important;
}

.Width195 {
    width: 195px !important;
}

.Width200 {
    width: 200px !important;
}

.Width300 {
    width: 300px !important;
}

.Width360 {
    width: 360px !important;
}

.Width400 {
    width: 400px !important;
}

.Width450 {
    width: 450px !important;
}

.Width500 {
    width: 500px !important;
}

.Width530 {
    width: 530px !important;
}

.Width550 {
    width: 550px !important;
}

.White24 {
    font-size: 24px;
    color: #fff;
}

.Blue {
    color: #06c !important;
}

.Blue14Bold {
    font-size: 14px;
    color: #06c !important;
    font-weight: 700;
}

.Blue16 {
    font-size: 16px;
    color: #06c !important;
}

.Blue16Bold {
    font-size: 16px;
    color: #06c !important;
    font-weight: 700;
}

.Blue18 {
    font-size: 18px;
    color: #06c !important;
}

.Blue20 {
    font-size: 20px;
    color: #06c !important;
}

.Blue22 {
    font-size: 22px;
    color: #06c !important;
}

.Blue24 {
    font-size: 24px;
    color: #06c !important;
}

.Blue24Bold {
    font-size: 24px;
    font-weight: 700;
    color: #06c !important;
}

.BlueBold {
    color: #06c !important;
    font-weight: 700;
}

.Gray {
    color: #333 !important;
}

.Gray14 {
    color: #333 !important;
    font-size: 14px;
}

.Gray16 {
    color: #333 !important;
    font-size: 16px;
}

.Gray_6 {
    color: #666 !important;
}

.Gray_8 {
    color: #888 !important;
}

.Gray_9 {
    color: #999 !important;
}

.Gray_a {
    color: #aaa !important;
}

.Gray_c {
    color: #ccc !important;
}

.Gray_d {
    color: #eee !important;
}

.Gray_df {
    color: #dfdfdf !important;
}

.Gray_c6 {
    color: #c6c6c6 !important;
}

.Bg_Gray_6 {
    background-color: #666 !important;
}

.Black {
    color: #000 !important;
}

.BlackBold {
    color: #000 !important;
    font-weight: 700;
}

.Black14 {
    color: #000 !important;
    font-size: 14px;
}

.Black16 {
    color: #000 !important;
    font-size: 16px;
}

.Black18 {
    color: #000 !important;
    font-size: 18px;
}

.Black18Bold {
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
}

.Black20 {
    color: #000 !important;
    font-size: 20px;
}

.Font10 {
    font-size: 10px !important;
    -webkit-text-size-adjust: none;
}

.Font12 {
    font-size: 12px !important;
}

.Font14 {
    font-size: 14px !important;
}

.Font15 {
    font-size: 15px !important;
}

.Font16 {
    font-size: 16px !important;
}

.Font17 {
    font-size: 17px !important;
}

.Font18 {
    font-size: 18px !important;
}

.Font19 {
    font-size: 19px !important;
}

.Font20 {
    font-size: 20px !important;
}

.Font22 {
    font-size: 22px !important;
}

.Font24 {
    font-size: 24px !important;
}

.Font26 {
    font-size: 26px !important;
}

.Font30 {
    font-size: 30px !important;
}

.Font32 {
    font-size: 32px !important;
}

.Font36 {
    font-size: 36px !important;
}

.Font40 {
    font-size: 40px !important;
}

.Font48 {
    font-size: 48px !important;
}

.Font56 {
    font-size: 56px !important;
}

.LineHeight15 {
    line-height: 15px !important;
}

.LineHeight16 {
    line-height: 16px !important;
}

.LineHeight20 {
    line-height: 20px !important;
}

.LineHeight22 {
    line-height: 22px !important;
}

.LineHeight24 {
    line-height: 24px !important;
}

.LineHeight25 {
    line-height: 25px !important;
}

.LineHeight26 {
    line-height: 26px !important;
}

.LineHeight27 {
    line-height: 27px !important;
}

.LineHeight28 {
    line-height: 28px !important;
}

.LineHeight30 {
    line-height: 30px !important;
}

.LineHeight35 {
    line-height: 35px !important;
}

.LineHeight40 {
    line-height: 40px !important;
}

.LineHeight50 {
    line-height: 50px !important;
}

.LineHeight80 {
    line-height: 80px !important;
}

.Height26 {
    height: 26px;
}

.Height30 {
    height: 30px;
}

.Height50 {
    height: 50px;
}

.Height80 {
    height: 80px;
}

.Height180 {
    height: 180px;
}

.Height200 {
    height: 200px;
}

.boderRadAll_2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.boderRadAll_3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.boderRadAll_5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.boderRadAll_10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.boderRadAll_50 {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.iconLoading {
    background: url(https://www.mingdao.com/modules/mdpublic/images/ajax-loader.gif) center center no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.Icon_UnChecked {
    background: url(https://www.mingdao.com/modules/mdpublic/images/Ico_unChecked.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.Icon_Checked {
    background: url(https://www.mingdao.com/modules/mdpublic/images/Ico_checked.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.Icon_DisChecked {
    background: url(https://www.mingdao.com/modules/mdpublic/images/Ico_disChecked.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: default;
}

.Icon_RadioUnChecked {
    background: url(https://www.mingdao.com/modules/mdpublic/images/radioUnChecked.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.Icon_RadioChecked {
    background: url(https://www.mingdao.com/modules/mdpublic/images/radioChecked.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.Icon_RadioDisChecked {
    background: url(https://www.mingdao.com/modules/mdpublic/images/radioDisChecked.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: default;
}

.inputError {
    background: url(https://www.mingdao.com/modules/mdpublic/images/check_error.gif) right no-repeat #FFF7F7;
}

.inputRight {
    background: url(https://www.mingdao.com/modules/mdpublic/images/check_right.gif) right no-repeat #FFF;
}

.inputOutError {
    display: inline-block;
    width: 26px;
    height: 100%;
    background: url(https://www.mingdao.com/modules/mdpublic/images/check_error.gif) center center no-repeat;
}

.inputOutRight {
    display: inline-block;
    width: 26px;
    height: 100%;
    background: url(https://www.mingdao.com/modules/mdpublic/images/check_right.gif) center center no-repeat;
}

.arrowWhiteDown {
    width: 12px;
    height: 8px;
    display: inline-block;
    background: url(https://www.mingdao.com/modules/mdpublic/images/Arrow_WhiteDown.png) center center no-repeat;
}

.arrowWhiteUp {
    width: 12px;
    height: 8px;
    display: inline-block;
    background: url(https://www.mingdao.com/modules/mdpublic/images/Arrow_WhiteUp.png) center center no-repeat;
}

.TextBox {
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding-left: 5px;
}

.TextArea {
    border: 1px solid #d5d5d5;
    outline: 0;
    overflow-y: auto;
    resize: none;
    font-size: 12px;
    line-height: 18px;
    word-wrap: break-word;
    font-family: Tahoma,Arial, "Microsoft Yahei";
    background-color: #fff;
}

.btn-small {
    padding: 7px 14px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #006dcc;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#08c,#04c);
    border-color: #04c #04c #002a80;
}

    .btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] {
        color: #fff;
        background-color: #04c;
    }

.btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.btn-primary-black {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    background-color: #aaa;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#aaa,#aaa);
    border-color: #aaa;
}

    .btn-primary-black.active, .btn-primary-black.disabled, .btn-primary-black:active, .btn-primary-black:focus, .btn-primary-black:hover, .btn-primary-black[disabled] {
        color: #fff;
        background-color: #aaa;
    }

.btnBootstrap-middle {
    padding: 5px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btnBootstrap-small {
    padding: 2px 6px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}

.btnBootstrap-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btnBootstrap {
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
}

    .btnBootstrap:focus, .btnBootstrap:hover {
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

.btnBootstrap_lineHight11 {
    display: inline-block;
    margin-bottom: 0;
    line-height: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.btnBootstrap-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    background-color: #06c;
}

    .btnBootstrap-primary.active, .btnBootstrap-primary.disabled, .btnBootstrap-primary:active, .btnBootstrap-primary:focus, .btnBootstrap-primary:hover, .btnBootstrap-primary[disabled] {
        background-color: #006cc4;
    }

.btnBootstrap-666 {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #666;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#666,#666);
    border-color: #666;
}

    .btnBootstrap-666.active, .btnBootstrap-666.disabled, .btnBootstrap-666:active, .btnBootstrap-666:focus, .btnBootstrap-666:hover, .btnBootstrap-666[disabled] {
        color: #fff;
        background-color: #666;
    }

.btnBootstrap-999 {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #999;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#999,#999);
    border-color: #999;
}

    .btnBootstrap-999.active, .btnBootstrap-999.disabled, .btnBootstrap-999:active, .btnBootstrap-999:focus, .btnBootstrap-999:hover, .btnBootstrap-999[disabled] {
        color: #fff;
        background-color: #999;
    }

.btnBootstrap-969696 {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #969696;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#969696,#969696);
    border-color: #969696;
}

    .btnBootstrap-969696.active, .btnBootstrap-969696.disabled, .btnBootstrap-969696:active, .btnBootstrap-969696:focus, .btnBootstrap-969696:hover, .btnBootstrap-969696[disabled] {
        color: #fff;
        background-color: #969696;
    }

.btnBootstrap-e6e6e6 {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#e6e6e6,#e6e6e6);
    border-color: #e6e6e6;
}

    .btnBootstrap-e6e6e6.active, .btnBootstrap-e6e6e6.disabled, .btnBootstrap-e6e6e6:active, .btnBootstrap-e6e6e6:focus, .btnBootstrap-e6e6e6:hover, .btnBootstrap-e6e6e6[disabled] {
        color: #999;
        background-color: #e6e6e6;
    }

.btnBootstrap-f0f0f0 {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.btnBootstrap-black {
    cursor: default;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    background-color: #aaa;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#aaa,#aaa);
    border-color: #aaa;
}

    .btnBootstrap-black.active, .btnBootstrap-black.disabled, .btnBootstrap-black:active, .btnBootstrap-black:focus, .btnBootstrap-black:hover, .btnBootstrap-black[disabled] {
        color: #fff;
        background-color: #aaa;
    }

.btnBootstrap-primary-LightBlue {
    background-color: #EDF4FB;
    border-color: #D4E5F6;
    color: #8FAECC;
    text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
}

    .btnBootstrap-primary-LightBlue:hover {
        background-color: #D4E5F6;
    }

.btnBootstrap-primary-Tray {
    background-color: #929292;
    border-color: #777;
    color: #fff;
    background-repeat: repeat-x;
}

    .btnBootstrap-primary-Tray:hover {
        background-color: #777;
    }

.btnBootstrap-paleBlue {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    background-color: #62A7ED;
    background-repeat: repeat-x;
    border-color: #3BA7EC #38A3E5 #318EC8 #53B1EE;
}

    .btnBootstrap-paleBlue.active, .btnBootstrap-paleBlue.disabled, .btnBootstrap-paleBlue:active, .btnBootstrap-paleBlue:focus, .btnBootstrap-paleBlue:hover, .btnBootstrap-paleBlue[disabled] {
        color: #fff;
        background-color: #06c;
    }

.btn-link {
    border: none;
    cursor: pointer;
    background: 0 0;
    padding: 3px 6px;
    line-height: 20px;
    margin-top: 2px;
    vertical-align: top;
}

    .btn-link:active, .btn-link:focus, .btn-link:hover {
        outline: 0;
        text-decoration: underline;
    }

#alertDialog {
    position: fixed;
    background-color: #b8f9ac;
    color: #148c09;
    padding: 10px 40px 10px 20px;
    text-align: left;
    font-size: 16px;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 99999;
}

    #alertDialog .close {
        position: absolute;
        right: 10px;
        top: 12px;
        color: #148c09;
        background-color: #fff;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        overflow: hidden;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        text-decoration: none;
    }

    #alertDialog.errorDialog {
        background-color: #fd988d !important;
        color: #d30d02 !important;
    }

        #alertDialog.errorDialog .close {
            color: #d30d02 !important;
        }

    #alertDialog.warningDialog {
        background-color: #fce3ab !important;
        color: #ca6d05 !important;
    }

        #alertDialog.warningDialog .close {
            color: #ca6d05 !important;
        }

.linkme {
    width: 458px;
    padding-bottom: 10px;
}

.linktitle {
    height: 60px;
    background-color: #F3F3F3;
    border: 3px solid #D4E0EE;
    color: #06C;
    line-height: 60px;
    font-size: 20px;
    padding-left: 20px;
    word-spacing: 5px;
    letter-spacing: 3px;
}

.linkcontent {
    padding-top: 10px;
    padding-bottom: 20px;
    height: 360px;
    width: 480px;
    overflow: auto;
}

    .linkcontent table tr {
        height: 30px;
        color: #666;
        font-weight: 700;
        font-size: 12px;
        line-height: 30px;
    }

        .linkcontent table tr td input {
            width: 179px;
            height: 22px;
            border: 1px solid #CCC;
            padding-left: 8px;
        }

        .linkcontent table tr td textarea {
            padding-left: 8px;
        }

.TitleMD3 {
    color: #06c;
    text-indent: 2px;
    font-size: 18px;
}

.TitleMD4 {
    color: #666;
    font-size: 14px;
}

.linkButton {
    font-weight: 400;
    text-align: center;
    background-color: #06C;
    cursor: pointer;
    color: #fff;
}

.Button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 1px 5px;
    background-color: #f5f5f5;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border: 1px solid #ccc;
}

    .Button img {
        vertical-align: middle;
    }

    .Button:hover {
        text-decoration: none;
    }

.Disabled {
    color: #d5d5d5 !important;
    background-color: #999 !important;
    border: 1px solid #666 !important;
}

.Logo_MingDao {
    display: inline-block;
    width: 100px;
    height: 70px;
    background: url(https://www.mingdao.com/modules/mdpublic/images/home/Logo_MingDao.png) center center no-repeat;
}

.Home_Logo_MingDao {
    display: inline-block;
    width: 220px;
    height: 65px;
    background: url(https://www.mingdao.com/modules/mdpublic/images/home/Home_Logo_MingDao.png) center center no-repeat;
}

.mingdaoLogo {
    display: inline-block;
    width: 200px;
    height: 45px;
    background: url(http://sh.uifang.com/images/logo.png) center center no-repeat;
}

.textShadowTopBlack {
    text-shadow: #000 0 -1px 0;
    -webkit-text-shadow: #000 0 -1px 0;
    -moz-text-shadow: #000 0 -1px 0;
}

.textShadowTopC54A00 {
    text-shadow: #c54a00 0 -1px 0;
    -webkit-text-shadow: #c54a00 0 -1px 0;
    -moz-text-shadow: #c54a00 0 -1px 0;
}

.textShadowBottomWhite {
    text-shadow: #fff 0 1px 0;
    -webkit-text-shadow: #fff 0 1px 0;
    -moz-text-shadow: #fff 0 1px 0;
}

.textShadowBottomBlack {
    text-shadow: #000 0 3px 0;
    -webkit-text-shadow: #000 0 3px 0;
    -moz-text-shadow: #000 0 3px 0;
}

.arrowUpOuter {
    width: 0;
    height: 0;
    border-width: 10px 9px;
    border-style: solid;
    border-color: #fff #fff #cfcfcf;
    position: relative;
}

.arrowUpInner {
    width: 0;
    height: 0;
    border: 9px solid;
    border-color: transparent transparent #f8f8f8;
    position: absolute;
    top: -7px;
    left: -9px;
}

.arrowRightOuter {
    width: 0;
    height: 0;
    border-width: 9px 10px;
    border-style: solid;
    border-color: #fff #fff #fff #cfcfcf;
    position: relative;
}

.arrowRightInner {
    width: 0;
    height: 0;
    border: 9px solid;
    border-color: transparent transparent transparent #f8f8f8;
    position: absolute;
    top: -9px;
    left: -10px;
}

.arrowDownOuter {
    width: 0;
    height: 0;
    border-width: 10px 9px;
    border-style: solid;
    border-color: #cfcfcf transparent transparent;
    position: relative;
}

.arrowDownInner {
    width: 0;
    height: 0;
    border: 9px solid;
    border-color: #f8f8f8 transparent transparent;
    position: absolute;
    top: -11px;
    left: -9px;
}

.arrowLeftOuter {
    width: 0;
    height: 0;
    border-width: 9px 10px;
    border-style: solid;
    border-color: #fff #cfcfcf #fff #fff;
    position: relative;
}

.arrowLeftInner {
    width: 0;
    height: 0;
    border: 9px solid;
    border-color: transparent #f8f8f8 transparent transparent;
    position: absolute;
    top: -9px;
    left: -8px;
}

.arrowDown {
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    overflow: hidden;
}

.arrowRight {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #aaa;
    margin-left: 5px;
}

.arrowLeft {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #aaa transparent transparent;
    margin-left: 5px;
}

.arrowAutoLeft {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 30px 25px 30px 0;
    border-style: solid;
    border-color: transparent #06c transparent transparent;
    float: left;
    background: #fff;
}

.fullScreenDivChange {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
}

@font-face {
    font-family: TitilliumRegular;
    src: url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-Regular.eot);
    src: url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-Regular.eot?#iefix) format('embedded-opentype'),url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-Regular.woff) format('woff'),url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-Regular.ttf) format('truetype'),url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-Regular.svg#webfont34M5alKg) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Titillium;
    src: url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-ExtraLight.eot);
    src: url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-ExtraLight.eot?#iefix) format('embedded-opentype'),url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-ExtraLight.woff) format('woff'),url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-ExtraLight.ttf) format('truetype'),url(https://www.mingdao.com/modules/mdpublic/mdcss/font/TitilliumWeb-ExtraLight.svg#webfont34M5alKg) format('svg');
    font-weight: 400;
    font-style: normal;
}

.TitilliumRegular {
    font-family: TitilliumRegular;
}

.Titillium {
    font-family: Titillium;
}
/*!
 *  Fonts.css -- Cross-platform Chinese fonts solution
 * 
 *  Copyright (C) 2013-2014 Zeno Zeng
 *  Released under the MIT license
 * 
 *  Github: https://github.com/zenozeng/fonts.css
 */ .font-hei {
    font-family: "Helvetica Neue",Helvetica, "Nimbus Sans L",Arial, "Liberation Sans", "Hiragino Sans GB", "Source Han Sans CN Normal", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",SimHei, "WenQuanYi Zen Hei Sharp",sans-serif !important;
}

.font-kai {
    font-family: Baskerville,Georgia, "Liberation Serif", "Kaiti SC",STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB",KaiTi,KaiTi_GB2312, "TW\-Kai",serif !important;
}

.font-song {
    font-family: Georgia, "Nimbus Roman No9 L", "Songti SC",STSong, "AR PL SungtiL GB",NSimSun,SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE",serif !important;
}

.font-fang-song {
    font-family: Baskerville, "Times New Roman", "Liberation Serif",STFangsong,FangSong,FangSong_GB2312, "CWTEX\-F",serif !important;
}

.font-ming {
    font-family: Georgia, "Nimbus Roman No9 L", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE",PMingLiU,MingLiU,serif !important;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

body {
    background-color: #eef1f6;
    font-family: 'Microsoft YaHei';
}

dd, dl, dt {
    margin: 0;
    padding: 0;
}

button, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: 'Microsoft YaHei';
}

    button, input:focus {
        outline: 0;
    }

a {
    color: #009900;
}

.ui-datepicker {
    width: 14em;
    padding: .2em .2em 0;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 30;
}

.tooltip {
    position: absolute;
    z-index: 998;
    top: -30px;
    right: 30px;
    background: #fff;
    padding: 6px 12px;
    color: #000;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    border: 1px solid #f5f5f5;
}

    .tooltip .arrow {
        position: absolute;
        width: 0;
        height: 0;
        bottom: -8px;
        right: 10px;
        border: 8px solid #fff;
        border-bottom: 0;
        border-left-color: transparent;
        border-right-color: transparent;
    }

.header {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #d7d8da;
}

    .header .content {
        width: 980px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .header .headerBtn {
        border: 1px solid #aaa;
        padding: 6px 17px;
        text-align: center;
        color: #999;
        cursor: pointer;
        margin-top: 3px;
        text-decoration: none;
        font-size: 14px;
    }

.emailIcon {
    background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/emailIcon.png) 16px center no-repeat;
}

.passwordIcon {
    background: url(../img/hr_pass.png) 17px center no-repeat;
}

.validateCodeIcon {
    background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/validateCodeIcon.png) 15px center no-repeat;
}

.rightIcon {
    background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/rightIcon.png) center center no-repeat;
    width: 16px;
    height: 44px;
    display: inline-block;
}

.showPasswordIcon {
    width: 16px;
    height: 44px;
    cursor: pointer;
}

.passwordShowIcon {
    background: url(../img/hr_pass.png) center center no-repeat;
}

.passwordHiddenIcon {
    background: url(../img/hr_pass.png) center center no-repeat;
}

.userNameIcon {
    background: url(../img/hr_user.png) 15px center no-repeat;
}

.errorIcon {
    background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/errorIcon.png) center center no-repeat;
    width: 16px;
    height: 44px;
    display: inline-block;
}

.registerSuccessIcon {
    background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/registerSuccessIcon.png) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.registerVerifyIcon {
    background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/registerVerifyIcon.png) center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.projectCodeIcon {
    background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/projectCodeIcon.png) center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

@media screen and (max-width:500px) {
    .emailIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/emailIcon2x.png) 16px center/13px no-repeat;
    }

    .passwordIcon {
        background: url(../img/hr_pass.png) 17px 15px/13px no-repeat;
    }

    .validateCodeIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/validateCodeIcon2x.png) 15px center/15px no-repeat;
    }

    .rightIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/rightIcon2x.png) center center/12px no-repeat;
        width: 16px;
        height: 44px;
        display: inline-block;
    }

    .passwordShowIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/passwordShowIcon2x.png) center center/15px no-repeat;
    }

    .passwordHiddenIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/passwordHiddenIcon2x.png) center center/15px no-repeat;
    }

    .userNameIcon {
        background: url(../img/hr_user.png) 15px 15px/15px no-repeat;
    }

    .errorIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/errorIcon2x.png) center center/12px no-repeat;
        width: 16px;
        height: 44px;
        display: inline-block;
    }

    .registerSuccessIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/registerSuccessIcon2x.png) center center/15px no-repeat;
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .registerVerifyIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/registerVerifyIcon.png) center center/15px no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block;
    }

    .projectCodeIcon {
        background: url(https://www.mingdao.com/modules/mdpublic/staticPage/common/images/projectCodeIcon2x.png) center center/15px no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block;
    }
}

.loginContainer .mdLogin .Gray_c {
    color: #a1a1a1 !important;
}

.loginContainer {
    width: 392px;
    margin: 70px auto auto;
    border: 0 solid #e0e1e5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 3px 10px 2px rgba(0,0,0,.05),0 5px 20px 4px rgba(0,0,0,.05);
    -weblit-box-shadow: 0 3px 10px 2px rgba(0,0,0,.05),0 5px 20px 4px rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 10px 2px rgba(0,0,0,.05),0 5px 20px 4px rgba(0,0,0,.05);
    -ms-box-shadow: 0 3px 10px 2px rgba(0,0,0,.05),0 5px 20px 4px rgba(0,0,0,.05);
}

    .loginContainer .mdLogin {
        padding: 26px;
    }

    .loginContainer .warnningDiv {
        padding: 7px 17px;
        line-height: 20px;
        margin-bottom: 10px;
        background: #ffd0d0;
        color: #ce4040;
        border-radius: 3px;
        background-clip: padding-box;
    }

    .loginContainer .inputDiv {
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 3px;
        margin-bottom: 20px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .loginContainer .inputDiv .txtBox {
            line-height: 44px;
            height: 44px;
            padding-left: 40px;
            width: 65%;
            font-size: 12px;
            background-color: #f5f5f5;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

        .loginContainer .inputDiv .txtBoxPassword {
            width: 78%;
        }

        .loginContainer .inputDiv #txtMobilePhone {
            width: 100%;
            box-sizing: border-box;
        }

        .loginContainer .inputDiv #txtValidateCode {
            padding-right: 0;
        }

        .loginContainer .inputDiv .passwordNotice {
            position: absolute;
            left: 0;
            top: 0;
            height: 44px;
            line-height: 44px;
            width: 100%;
            text-indent: 40px;
            font-size: 12px;
            color: #a1a1a1;
            cursor: text;
            -webkit-tap-highlight-color: transparent;
        }

        .loginContainer .inputDiv .changeLoginType {
            position: absolute;
            top: 0;
            line-height: 44px;
            right: 10px;
            cursor: pointer;
            color: #009900;
            z-index: 21;
        }

    .loginContainer .validateCodeDiv {
        width: 50%;
    }

    .loginContainer .valideCodeImg {
        line-height: 44px;
    }

        .loginContainer .valideCodeImg img {
            height: 37px;
            width: 100px;
            margin: 0 10px;
        }

    .loginContainer .loginDiv {
        margin-top: 5px;
    }

        .loginContainer .loginDiv .btnLogin {
            background-color: #009900;
            color: #fff;
            font-size: 14px;
            width: 100%;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            height: 44px;
            cursor: pointer;
        }

    .loginContainer .cbRememberPasswordDiv {
        color: #666;
        line-height: 15px;
        cursor: pointer;
    }

        .loginContainer .cbRememberPasswordDiv .cb {
            margin-right: 5px;
            float: left;
        }

    .loginContainer .showPasswordIcon {
        height: 44px;
        line-height: 44px;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .loginContainer .qqLogin {
        background-color: #f5f5f5;
        padding: 15px 30px;
        border-top: 1px solid #e0e1e5;
        line-height: 23px;
        color: #666;
    }

        .loginContainer .qqLogin .iconQQ {
            display: inline-block;
            width: 23px;
            height: 23px;
            background: url(images/qqIcon.png) no-repeat;
        }

            .loginContainer .qqLogin .iconQQ:hover {
                background: url(images/qqIconHover.png) no-repeat;
            }

#networkListDialog .networkListContainer {
    max-height: 400px;
    overflow-y: auto;
}

#networkListDialog .networkList {
    padding: 5px 20px;
}

    #networkListDialog .networkList li {
        line-height: 35px;
        height: 35px;
        padding-left: 5px;
        font-size: 14px;
        border-bottom: 1px dashed #f8f8f8;
        cursor: pointer;
    }

        #networkListDialog .networkList li span {
            max-width: 340px;
        }

        #networkListDialog .networkList li:hover {
            text-indent: 20px;
            background: url(images/netweokIcon.png) 10px center no-repeat #f9f9f9;
            color: #009900;
        }

#networkListDialog .loadingState {
    background: url(images/loading.gif) center center no-repeat;
    width: 16px;
    height: 35px;
    display: inline-block;
    margin-left: 10px;
}

.dialogContainer {
    padding: 20px;
}

    .dialogContainer .lblNotice {
        line-height: 35px;
        font-size: 16px;
        text-align: center;
    }

    .dialogContainer .btnGoCreateNetwork {
        height: 44px;
        line-height: 44px;
        width: 280px;
        display: inline-block;
        background-color: #009900;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 10px;
        text-decoration: none;
    }

.logoutContainer .opList {
    text-align: center;
    line-height: 40px;
}

    .logoutContainer .opList .btnLogOutCancel {
        display: inline-block;
        margin-right: 30px;
    }

.accountUnauditedDialog .opBtn {
    height: 32px;
    line-height: 32px;
    width: 130px;
    display: inline-block;
    background-color: #009900;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.accountUnauditedDialog .opBtnDisabled {
    background-color: #ccc !important;
}

.intl-tel-input .flag {
    width: 16px;
    height: 11px;
    background: url(/dist/modules/uicontrol/intlTel/images/flags.png);
}

.intl-tel-input .ad {
    background-position: -16px 0;
}

.intl-tel-input .ae {
    background-position: -32px 0;
}

.intl-tel-input .af {
    background-position: -48px 0;
}

.intl-tel-input .ag {
    background-position: -64px 0;
}

.intl-tel-input .ai {
    background-position: -80px 0;
}

.intl-tel-input .al {
    background-position: -96px 0;
}

.intl-tel-input .am {
    background-position: -112px 0;
}

.intl-tel-input .ao {
    background-position: -128px 0;
}

.intl-tel-input .ar {
    background-position: -144px 0;
}

.intl-tel-input .as {
    background-position: -160px 0;
}

.intl-tel-input .at {
    background-position: -176px 0;
}

.intl-tel-input .au {
    background-position: -192px 0;
}

.intl-tel-input .aw {
    background-position: -208px 0;
}

.intl-tel-input .az {
    background-position: -224px 0;
}

.intl-tel-input .ba {
    background-position: -240px 0;
}

.intl-tel-input .bb {
    background-position: 0 -11px;
}

.intl-tel-input .bd {
    background-position: -16px -11px;
}

.intl-tel-input .be {
    background-position: -32px -11px;
}

.intl-tel-input .bf {
    background-position: -48px -11px;
}

.intl-tel-input .bg {
    background-position: -64px -11px;
}

.intl-tel-input .bh {
    background-position: -80px -11px;
}

.intl-tel-input .bi {
    background-position: -96px -11px;
}

.intl-tel-input .bj {
    background-position: -112px -11px;
}

.intl-tel-input .bm {
    background-position: -128px -11px;
}

.intl-tel-input .bn {
    background-position: -144px -11px;
}

.intl-tel-input .bo {
    background-position: -160px -11px;
}

.intl-tel-input .br {
    background-position: -176px -11px;
}

.intl-tel-input .bs {
    background-position: -192px -11px;
}

.intl-tel-input .bt {
    background-position: -208px -11px;
}

.intl-tel-input .bw {
    background-position: -224px -11px;
}

.intl-tel-input .by {
    background-position: -240px -11px;
}

.intl-tel-input .bz {
    background-position: 0 -22px;
}

.intl-tel-input .ca {
    background-position: -16px -22px;
}

.intl-tel-input .cd {
    background-position: -32px -22px;
}

.intl-tel-input .cf {
    background-position: -48px -22px;
}

.intl-tel-input .cg {
    background-position: -64px -22px;
}

.intl-tel-input .ch {
    background-position: -80px -22px;
}

.intl-tel-input .ci {
    background-position: -96px -22px;
}

.intl-tel-input .ck {
    background-position: -112px -22px;
}

.intl-tel-input .cl {
    background-position: -128px -22px;
}

.intl-tel-input .cm {
    background-position: -144px -22px;
}

.intl-tel-input .cn {
    background-position: -160px -22px;
}

.intl-tel-input .co {
    background-position: -176px -22px;
}

.intl-tel-input .cr {
    background-position: -192px -22px;
}

.intl-tel-input .cu {
    background-position: -208px -22px;
}

.intl-tel-input .cv {
    background-position: -224px -22px;
}

.intl-tel-input .cw {
    background-position: -240px -22px;
}

.intl-tel-input .cy {
    background-position: 0 -33px;
}

.intl-tel-input .cz {
    background-position: -16px -33px;
}

.intl-tel-input .de {
    background-position: -32px -33px;
}

.intl-tel-input .dj {
    background-position: -48px -33px;
}

.intl-tel-input .dk {
    background-position: -64px -33px;
}

.intl-tel-input .dm {
    background-position: -80px -33px;
}

.intl-tel-input .do {
    background-position: -96px -33px;
}

.intl-tel-input .dz {
    background-position: -112px -33px;
}

.intl-tel-input .ec {
    background-position: -128px -33px;
}

.intl-tel-input .ee {
    background-position: -144px -33px;
}

.intl-tel-input .eg {
    background-position: -160px -33px;
}

.intl-tel-input .er {
    background-position: -176px -33px;
}

.intl-tel-input .es {
    background-position: -192px -33px;
}

.intl-tel-input .et {
    background-position: -208px -33px;
}

.intl-tel-input .fi {
    background-position: -224px -33px;
}

.intl-tel-input .fj {
    background-position: -240px -33px;
}

.intl-tel-input .fk {
    background-position: 0 -44px;
}

.intl-tel-input .fm {
    background-position: -16px -44px;
}

.intl-tel-input .fo {
    background-position: -32px -44px;
}

.intl-tel-input .fr, .intl-tel-input .bl, .intl-tel-input .mf {
    background-position: -48px -44px;
}

.intl-tel-input .ga {
    background-position: -64px -44px;
}

.intl-tel-input .gb {
    background-position: -80px -44px;
}

.intl-tel-input .gd {
    background-position: -96px -44px;
}

.intl-tel-input .ge {
    background-position: -112px -44px;
}

.intl-tel-input .gf {
    background-position: -128px -44px;
}

.intl-tel-input .gh {
    background-position: -144px -44px;
}

.intl-tel-input .gi {
    background-position: -160px -44px;
}

.intl-tel-input .gl {
    background-position: -176px -44px;
}

.intl-tel-input .gm {
    background-position: -192px -44px;
}

.intl-tel-input .gn {
    background-position: -208px -44px;
}

.intl-tel-input .gp {
    background-position: -224px -44px;
}

.intl-tel-input .gq {
    background-position: -240px -44px;
}

.intl-tel-input .gr {
    background-position: 0 -55px;
}

.intl-tel-input .gt {
    background-position: -16px -55px;
}

.intl-tel-input .gu {
    background-position: -32px -55px;
}

.intl-tel-input .gw {
    background-position: -48px -55px;
}

.intl-tel-input .gy {
    background-position: -64px -55px;
}

.intl-tel-input .hk {
    background-position: -80px -55px;
}

.intl-tel-input .hn {
    background-position: -96px -55px;
}

.intl-tel-input .hr {
    background-position: -112px -55px;
}

.intl-tel-input .ht {
    background-position: -128px -55px;
}

.intl-tel-input .hu {
    background-position: -144px -55px;
}

.intl-tel-input .id {
    background-position: -160px -55px;
}

.intl-tel-input .ie {
    background-position: -176px -55px;
}

.intl-tel-input .il {
    background-position: -192px -55px;
}

.intl-tel-input .in {
    background-position: -208px -55px;
}

.intl-tel-input .io {
    background-position: -224px -55px;
}

.intl-tel-input .iq {
    background-position: -240px -55px;
}

.intl-tel-input .ir {
    background-position: 0 -66px;
}

.intl-tel-input .is {
    background-position: -16px -66px;
}

.intl-tel-input .it {
    background-position: -32px -66px;
}

.intl-tel-input .jm {
    background-position: -48px -66px;
}

.intl-tel-input .jo {
    background-position: -64px -66px;
}

.intl-tel-input .jp {
    background-position: -80px -66px;
}

.intl-tel-input .ke {
    background-position: -96px -66px;
}

.intl-tel-input .kg {
    background-position: -112px -66px;
}

.intl-tel-input .kh {
    background-position: -128px -66px;
}

.intl-tel-input .ki {
    background-position: -144px -66px;
}

.intl-tel-input .km {
    background-position: -160px -66px;
}

.intl-tel-input .kn {
    background-position: -176px -66px;
}

.intl-tel-input .kp {
    background-position: -192px -66px;
}

.intl-tel-input .kr {
    background-position: -208px -66px;
}

.intl-tel-input .kw {
    background-position: -224px -66px;
}

.intl-tel-input .ky {
    background-position: -240px -66px;
}

.intl-tel-input .kz {
    background-position: 0 -77px;
}

.intl-tel-input .la {
    background-position: -16px -77px;
}

.intl-tel-input .lb {
    background-position: -32px -77px;
}

.intl-tel-input .lc {
    background-position: -48px -77px;
}

.intl-tel-input .li {
    background-position: -64px -77px;
}

.intl-tel-input .lk {
    background-position: -80px -77px;
}

.intl-tel-input .lr {
    background-position: -96px -77px;
}

.intl-tel-input .ls {
    background-position: -112px -77px;
}

.intl-tel-input .lt {
    background-position: -128px -77px;
}

.intl-tel-input .lu {
    background-position: -144px -77px;
}

.intl-tel-input .lv {
    background-position: -160px -77px;
}

.intl-tel-input .ly {
    background-position: -176px -77px;
}

.intl-tel-input .ma {
    background-position: -192px -77px;
}

.intl-tel-input .mc {
    background-position: -208px -77px;
}

.intl-tel-input .md {
    background-position: -224px -77px;
}

.intl-tel-input .me {
    background-position: -112px -154px;
    height: 12px;
}

.intl-tel-input .mg {
    background-position: 0 -88px;
}

.intl-tel-input .mh {
    background-position: -16px -88px;
}

.intl-tel-input .mk {
    background-position: -32px -88px;
}

.intl-tel-input .ml {
    background-position: -48px -88px;
}

.intl-tel-input .mm {
    background-position: -64px -88px;
}

.intl-tel-input .mn {
    background-position: -80px -88px;
}

.intl-tel-input .mo {
    background-position: -96px -88px;
}

.intl-tel-input .mp {
    background-position: -112px -88px;
}

.intl-tel-input .mq {
    background-position: -128px -88px;
}

.intl-tel-input .mr {
    background-position: -144px -88px;
}

.intl-tel-input .ms {
    background-position: -160px -88px;
}

.intl-tel-input .mt {
    background-position: -176px -88px;
}

.intl-tel-input .mu {
    background-position: -192px -88px;
}

.intl-tel-input .mv {
    background-position: -208px -88px;
}

.intl-tel-input .mw {
    background-position: -224px -88px;
}

.intl-tel-input .mx {
    background-position: -240px -88px;
}

.intl-tel-input .my {
    background-position: 0 -99px;
}

.intl-tel-input .mz {
    background-position: -16px -99px;
}

.intl-tel-input .na {
    background-position: -32px -99px;
}

.intl-tel-input .nc {
    background-position: -48px -99px;
}

.intl-tel-input .ne {
    background-position: -64px -99px;
}

.intl-tel-input .nf {
    background-position: -80px -99px;
}

.intl-tel-input .ng {
    background-position: -96px -99px;
}

.intl-tel-input .ni {
    background-position: -112px -99px;
}

.intl-tel-input .nl, .intl-tel-input .bq {
    background-position: -128px -99px;
}

.intl-tel-input .no {
    background-position: -144px -99px;
}

.intl-tel-input .np {
    background-position: -160px -99px;
}

.intl-tel-input .nr {
    background-position: -176px -99px;
}

.intl-tel-input .nu {
    background-position: -192px -99px;
}

.intl-tel-input .nz {
    background-position: -208px -99px;
}

.intl-tel-input .om {
    background-position: -224px -99px;
}

.intl-tel-input .pa {
    background-position: -240px -99px;
}

.intl-tel-input .pe {
    background-position: 0 -110px;
}

.intl-tel-input .pf {
    background-position: -16px -110px;
}

.intl-tel-input .pg {
    background-position: -32px -110px;
}

.intl-tel-input .ph {
    background-position: -48px -110px;
}

.intl-tel-input .pk {
    background-position: -64px -110px;
}

.intl-tel-input .pl {
    background-position: -80px -110px;
}

.intl-tel-input .pm {
    background-position: -96px -110px;
}

.intl-tel-input .pr {
    background-position: -112px -110px;
}

.intl-tel-input .ps {
    background-position: -128px -110px;
}

.intl-tel-input .pt {
    background-position: -144px -110px;
}

.intl-tel-input .pw {
    background-position: -160px -110px;
}

.intl-tel-input .py {
    background-position: -176px -110px;
}

.intl-tel-input .qa {
    background-position: -192px -110px;
}

.intl-tel-input .re {
    background-position: -208px -110px;
}

.intl-tel-input .ro {
    background-position: -224px -110px;
}

.intl-tel-input .rs {
    background-position: -240px -110px;
}

.intl-tel-input .ru {
    background-position: 0 -121px;
}

.intl-tel-input .rw {
    background-position: -16px -121px;
}

.intl-tel-input .sa {
    background-position: -32px -121px;
}

.intl-tel-input .sb {
    background-position: -48px -121px;
}

.intl-tel-input .sc {
    background-position: -64px -121px;
}

.intl-tel-input .sd {
    background-position: -80px -121px;
}

.intl-tel-input .se {
    background-position: -96px -121px;
}

.intl-tel-input .sg {
    background-position: -112px -121px;
}

.intl-tel-input .sh {
    background-position: -128px -121px;
}

.intl-tel-input .si {
    background-position: -144px -121px;
}

.intl-tel-input .sk {
    background-position: -160px -121px;
}

.intl-tel-input .sl {
    background-position: -176px -121px;
}

.intl-tel-input .sm {
    background-position: -192px -121px;
}

.intl-tel-input .sn {
    background-position: -208px -121px;
}

.intl-tel-input .so {
    background-position: -224px -121px;
}

.intl-tel-input .sr {
    background-position: -240px -121px;
}

.intl-tel-input .ss {
    background-position: 0 -132px;
}

.intl-tel-input .st {
    background-position: -16px -132px;
}

.intl-tel-input .sv {
    background-position: -32px -132px;
}

.intl-tel-input .sx {
    background-position: -48px -132px;
}

.intl-tel-input .sy {
    background-position: -64px -132px;
}

.intl-tel-input .sz {
    background-position: -80px -132px;
}

.intl-tel-input .tc {
    background-position: -96px -132px;
}

.intl-tel-input .td {
    background-position: -112px -132px;
}

.intl-tel-input .tg {
    background-position: -128px -132px;
}

.intl-tel-input .th {
    background-position: -144px -132px;
}

.intl-tel-input .tj {
    background-position: -160px -132px;
}

.intl-tel-input .tk {
    background-position: -176px -132px;
}

.intl-tel-input .tl {
    background-position: -192px -132px;
}

.intl-tel-input .tm {
    background-position: -208px -132px;
}

.intl-tel-input .tn {
    background-position: -224px -132px;
}

.intl-tel-input .to {
    background-position: -240px -132px;
}

.intl-tel-input .tr {
    background-position: 0 -143px;
}

.intl-tel-input .tt {
    background-position: -16px -143px;
}

.intl-tel-input .tv {
    background-position: -32px -143px;
}

.intl-tel-input .tw {
    background-position: -48px -143px;
}

.intl-tel-input .tz {
    background-position: -64px -143px;
}

.intl-tel-input .ua {
    background-position: -80px -143px;
}

.intl-tel-input .ug {
    background-position: -96px -143px;
}

.intl-tel-input .us {
    background-position: -112px -143px;
}

.intl-tel-input .uy {
    background-position: -128px -143px;
}

.intl-tel-input .uz {
    background-position: -144px -143px;
}

.intl-tel-input .va {
    background-position: -160px -143px;
}

.intl-tel-input .vc {
    background-position: -176px -143px;
}

.intl-tel-input .ve {
    background-position: -192px -143px;
}

.intl-tel-input .vg {
    background-position: -208px -143px;
}

.intl-tel-input .vi {
    background-position: -224px -143px;
}

.intl-tel-input .vn {
    background-position: -240px -143px;
}

.intl-tel-input .vu {
    background-position: 0 -154px;
}

.intl-tel-input .wf {
    background-position: -16px -154px;
}

.intl-tel-input .ws {
    background-position: -32px -154px;
}

.intl-tel-input .ye {
    background-position: -48px -154px;
}

.intl-tel-input .za {
    background-position: -64px -154px;
}

.intl-tel-input .zm {
    background-position: -80px -154px;
}

.intl-tel-input .zw {
    background-position: -96px -154px;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .intl-tel-input .hide {
        display: none;
    }

    .intl-tel-input .v-hide {
        visibility: hidden;
    }

    .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 44px;
        margin-left: 0;
    }

    .intl-tel-input .flag-dropdown {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 1px;
    }

        .intl-tel-input .flag-dropdown:hover {
            cursor: pointer;
        }

    .intl-tel-input input[disabled] + .flag-dropdown:hover, .intl-tel-input input[readonly] + .flag-dropdown:hover {
        cursor: default;
    }

        .intl-tel-input input[disabled] + .flag-dropdown:hover .selected-flag, .intl-tel-input input[readonly] + .flag-dropdown:hover .selected-flag {
            background-color: transparent;
        }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 38px;
        height: 100%;
        padding: 0 0 0 10px;
    }

        .intl-tel-input .selected-flag .flag {
            position: absolute;
            top: 50%;
            margin-top: -5px;
        }

        .intl-tel-input .selected-flag .code {
            position: absolute;
            top: 50%;
            margin-top: -9px;
            left: 42px;
            color: #000;
            font-size: 12px;
            height: 18px;
            line-height: 18px;
            font-family: 'Microsoft YaHei';
        }

        .intl-tel-input .selected-flag .arrow {
            position: relative;
            top: 50%;
            margin-top: -2px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #555;
        }

            .intl-tel-input .selected-flag .arrow.up {
                border-top: 0;
                border-bottom: 4px solid #555;
            }

    .intl-tel-input .country-list {
        list-style: none;
        position: absolute;
        z-index: 2;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0,0,0,.2);
        background-color: #fff;
        border: 1px solid #eee;
        width: 400px;
        max-height: 200px;
        overflow-y: scroll;
        font-family: 'Microsoft YaHei';
        font-size: 12px;
    }

        .intl-tel-input .country-list .flag {
            display: inline-block;
        }

        .intl-tel-input .country-list .divider {
            padding-top: 0;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #eee;
        }

        .intl-tel-input .country-list .preferred {
            margin-top: 5px;
        }

        .intl-tel-input .country-list .country {
            padding: 5px 10px;
        }

            .intl-tel-input .country-list .country .dial-code {
                color: #999;
            }

            .intl-tel-input .country-list .country.highlight {
                background-color: rgba(0,0,0,.05);
            }

        .intl-tel-input .country-list .flag, .intl-tel-input .country-list .country-name {
            margin-right: 6px;
        }
