ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.posr {
    position: relative;
}

.dockTopRight {
    position: absolute;
    top: 0;
    right: 0;
}

.gDesc {
    font-size: 12px;
    color: #999;

}

.gDesc-14 {
    font-size: 14px;
    color: #999;
}

.orange {
    color: #F6B30A;
}

.section {
    background: #fff;
    padding: 25px 26px 14px 22px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 0 10px #eee;
    min-height: 400px;
    position: relative;
    *zoom: 1;
    margin-top: 15px;
}

.icon {
    background: url(/img/lib/icons.png) 0 0 no-repeat;
    display: inline-block;
}

/*è®©å†…å®¹åˆšå¥½å‰§ä¸­session*/
.centerSection {
    background: #fff;
    padding: 30px 70px 24px 70px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 0 10px #eee;
    position: relative;
    *zoom: 1;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

#msgC {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11111111111;

    height: 47px;
    line-height: 47px;
}

#msgC .cnt {
    width: 980px;
    margin: auto;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft Yahei", "Songti";
    color: #fff;
}

#msgC.msgno {
    background: #FF5555;
    border-bottom: 1px solid #FF2D2D;
}

#msgC.msgok {
    background: #A3CB27;
    border-bottom: 1px solid #95BA24;
}

#msgC.msginfo {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}
#msgC.msginfo .cnt{
    color:#333;
}

#bloading,#msg-mini {
    position: fixed;
    top: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    left: 0;
    z-index: 9999999999999999999;
}

#bloading.old .cnt,#msg-mini .cnt {
    margin: auto;
    color: #777;
    min-width: 100px;
    padding-left:20px;
    padding-right:20px;
    background: #f0f0f0;
    border: 1px solid #e5e5e5;
    text-align: center;
    height: 100%;
}

#msg-mini .cnt {
    border-width: 2px;
}

#bloading.old .cnt span,#msg-mini .cnt span {
    padding-left: 30px;
    display: inline-block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

#bloading.new {
    top: 25px;
    left: 49%;
}

#bloading.new > div {
    width: 16px;
    height: 16px;
    margin: 0 2px 0 0;
    background-color: #00ce7d;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#bloading.new .l1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#bloading.new .l2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

/*
#bloading.new {
    top: 15px;
    width: 40px;
    height: 40px;
}

#bloading.new .l1, #bloading.new .l2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00ce7d;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

#bloading.new .l2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
*/
body #msg-mini .cnt span{
    padding-left:0px;
}
body #msg-mini .cnt{
    background-color:#fff;
}

body #msg-mini.msgno .cnt{
    border-color: #FF5555;
    color:#FF5555;
}

body #msg-mini.msgok .cnt{
    border-color: #76AC18;
    color:#76AC18;
}

body #msg-mini.msginfo .cnt{
    border-color: #ddd;
    color:#333;
}

.greenBtn.disabled, .actionBtn.disabled, .greenBtn.disabled:hover, .actionBtn.disabled:hover {
    background-color: #DDDDDD !important;
}

.greenBg,.actionBg,.redBg,.greenBtn, .actionBtn,.redBtn, .blueBtn, .orangeBtn, .yellowBtn {
    color: white !important;
    cursor: pointer;
    text-shadow:none !important;
    border: none !important;
    background-image: none !important;
}

.greenBtn, .actionBtn,.redBtn, .orange-btn-hollow, .blueBtn, .orangeBtn, .yellowBtn {
    padding: 7px 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

.largeBtn {
    padding: 6px 13px;
}

.orange-btn-hollow {
    text-decoration: none !important;
    border: 1px solid #fb9026;
    color: #fb9026;
}

.orange-btn-hollow:hover {
    border: 1px solid #eb7604;
    color: #eb7604;
}


.greenBtn *, .actionBtn *,.redBtn *, .orange-btn-hollow *, .blueBtn *, .orangeBtn *, .yellowBtn * {
    vertical-align: middle;
}

.greenBtn:hover, .actionBtn:hover, .greenBg:hover,.redBtn:hover, .blueBtn:hover, .orangeBtn *, yellowBtn * {
    text-decoration: none;
    color: #fff;
}

.greenBtn.btn, .blueBtn.btn, .orangeBtn.btn, .yellowBtn.btn {
    padding: 5px 14px;
}

.greenBtn ,.greenBg {
    background-color: #82BD1A;
    text-align: center;
}
.greenBtn:hover, .greenBg:hover {
    background-color: #76AC18 !important;
}

.actionBtn,.actionBg {
    background-color: #46A3E6 !important;
}
.actionBtn:hover,.actionBg:hover {
    background-color: #2292E2 !important;
}


.redBtn{
    background-color: #FF4400;
}
.redBtn:hover{
    background-color: #f02b33 !important;
}

.blueBtn{
    background-color: #3594d3;
}
.blueBtn:hover{
    background-color: #3594d3 !important;
}

.orangeBtn {
    background-color: #FB830D;
}
.orangeBtn:hover {
    background-color: #FB830D !important;
}

.yellowBtn {
    background-color: #F7C006;
}
.yellowBtn:hover {
    background-color: #F7C006 !important;
}

.ebayLogo{
    height:45px;
    margin:50px 0 0 0;
    border:1px solid #eee;
    padding:10px;
}

.noborder{
    border: none !important;
}



table.colorHead th{
    color: #F6B30A;
    background:none;
    border-bottom:1px solid #e1e1e1;
}


.waiting {
    display: none;
}


.error{
    color:red;
}
input.errorBorder, select.errorBorder, textarea.errorBorder, div.errorBorder, span.errorBorder{
    border: 1px solid red;
}

i{
    font-style: normal;
    display: inline-block;
}




.lightBtn{
    font-size: 12px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    padding: 4px 10px;
    background: #f9f9f9;
    cursor: pointer;
    color:#555;
    /*background-image: linear-gradient(to bottom, #fbfbfb, #e8e8e8);*/
    border-radius: 3px;
}
.lightBtn:hover{
    /*background: #eee;*/
    text-decoration: none;
    color: #0088ff;
}

.lightBtn.active{
    background: #e6e6e6;
    border-color: #d2d2d2;
}
.lightBtn *{
    vertical-align: middle;
}

.lightBtn .caret{
    margin: 0 0 0 7px;
}



.sectionNav{
    display: none;
}
.sectionNav .btnReturn b{
    margin-left:0px;
    margin-right:5px;
}

/*
social
*/

.contact-social{
    color: #999;
}

.contact-social a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/lib/socialIcons.png);
    margin: 3px 5px 0 0px;
    opacity: 0.7;
}

.contact-social a:hover{
    opacity: 1;
}

.contact-social .social-linkedin{
    background-position: -120px -40px;
}

.contact-social .social-facebook{
    background-position: 0px -40px;
}

.contact-social .social-twitter{
    background-position: -40px -40px;
}

.contact-social .social-googleplus{
    background-position: -80px -40px;
}

.contact-social .social-youtube{
    background-position: -160px -40px;
}

.bigModal{
    width:950px !important;
    overflow-y: auto !important;
    margin-left:  -475px !important;
    margin-top: -50px !important;
}

/*
.contact-social .social-linkedin{
    background-position: -120px 0px;
}

.contact-social .social-facebook{
    background-position: 0px 0px;
}

.contact-social .social-twitter{
    background-position: -40px 0px;
}

.contact-social .social-googleplus{
    background-position: -80px 0px;
}

.contact-social .social-youtube{
    background-position: -160px 0px;
}

.contact-social .social-linkedin:hover{
    background-position: -120px -40px;
}

.contact-social .social-facebook:hover{
    background-position: 0px -40px;
}

.contact-social .social-twitter:hover{
    background-position: -40px -40px;
}

.contact-social .social-googleplus:hover{
    background-position: -80px -40px;
}

.contact-social .social-youtube:hover{
    background-position: -160px -40px;
}
*/

ul li .dropdown-menu,#dc-nav li .dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
}

ul li .dropdown-menu,#dc-nav li .dropdown-menu{
    border-radius: 3px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-width:200px;
}

ul li .dropdown-menu li:first-child a,#dc-nav li .dropdown-menu li:first-child a{
    border: none !important;
}

ul li .dropdown-menu li a,#dc-nav li .dropdown-menu li a{
    padding: 12px 20px;
    color:#444;
    font-size: 14px;
    border-top: 1px solid #f5f5f5;
}

ul li .dropdown-menu li a:hover ,#dc-nav li .dropdown-menu li a:hover{
    color: #dd4b39;
    background-color: #f9f9f9;
}

.bottom-clearance{
    margin-bottom: 60px;
}

.errorItem {
    border: 1px solid #FF3022 !important;
}

.nodata{
    font-size: 12px;
    text-align: center;
    color: #999;
    padding: 30px 0;
}

.smallTitle {
    color: #999;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: baseline;
}

body a{
    color:#fb830d;
    /*color:#f39111;*/
}

body a:hover,#footer a:hover,#headerp .pull-right a:hover,.table tr:hover a:not(.btn):not(.feedback-detail):not(.feedbackModalPay),body .lightBtn:hover,body .sortTable .sortable:hover,body .keywordEditor .word .delete:hover,.keywordEditor .connector:hover,body .keywordEditor .word:hover .type,body .nav > li > a:hover{
    color:#fb830d;
}

body {
    background: #fff;
}

table tbody td,.table tbody td{
    color: #333;
    padding:10px;
    max-width: 350px;
}

.table a:not(.btn):not(.lightBtn):not(.cover):not(.feedback-detail):not(.feedbackModalPay){
    color:#333;
    border-bottom:1px dotted #ccc;
    display:inline-block;
}

.table a:not(.btn):not(.lightBtn):not(.cover):not(.feedback-detail):not(.feedbackModalPay):hover{
    text-decoration:none;
    border-bottom:1px dotted #fb830d;
}

.table .nav-tabs a {
    border-bottom: none !important;
}

.table a.nocolor,.table a.cover{
    border:none;
}

table .tdEditable{
    cursor: pointer;
}

table .tdEditable i {
    margin: 0 0 0 5px;
    opacity: 0.4;
}


table .tdEditable:hover i {
    opacity: 1;
}


table .tdEditable.edited{
    background: #fffbe6 ;
}

body .listPager .current{
    color:#fb830d;
    border:1px solid #fb830d;
    background-color:#fff;
}

#container .section-table, #container .section-table .content{
    padding: 0;
}

#container .section-table table th {
    background-color: #fbfbfb;
}

#container .section-table table th, #container .section-table table td{
    padding-left: 15px;
    border-color: #e8e8e8;
}

#container .section-table table th.asc, #container .section-table table th.desc {
    background-color: #f1f1f1;
    color: #333 !important;
    font-weight: bold;
}
.feedback-tip-img{
    width: 16px;
    height: 16px;
    margin-top: -4px;
    margin-left: 3px;
}
.feedbackModalPay{
    background: url(/img/u41.png) no-repeat;
    background-size:13px 13px;
    padding-left: 17px;
    border-bottom: none;
    font-size: 12px;
    color: #999999;
}
.feedbackModalPay:hover{
    background: url(/img/u36.png) no-repeat;
    background-size:13px 13px;
    padding-left: 17px;
    cursor: pointer;
}
.keyword-story-content{
    min-height: 120px;
    min-width: 514px;
    margin-bottom: 8px;
}
.keyword-story-img{
    float: left;
}
.keyword-story-detail{
    float: left;
    min-width: 300px;
    margin-left: 14px;
}
.feedback-story-tip0{
    margin-bottom: 8px;
}
.feedback-story-content{
    min-height: 160px;
    min-width: 600px;
    margin-bottom: 5px;
}
.feedback-story-detail{
    float: left;
    min-width: 300px;
    margin-left: 17px;
    margin-top: 8px;
}
#goFeedback{
    margin-left: 180px;
    margin-bottom: 8px;
}
.feedback-story-detail.feedback-story-tip1{
    margin-bottom: 3px;
}
#container .section-table table th {
    font-size: 13px;
}

#container .section-table table td {
    max-width: 85px;
}

/* page tips */
.page-tips-c {
    position: relative;
    margin-bottom: -1px;
}

.page-tips-c .tip-c {
    background-color: #ffffc9;
    color: #a87a01;
    border-bottom: 1px solid #fed6b3;
    text-align: center;
    padding: 10px 0px;
    position: relative;
}

.page-tips-c .tip-c .tip-close {
    font-size: 24px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 17px;
    position: absolute;
    line-height: 10px;
}

.page-tips-c .tip-c.seller_communication {
    background: #89d709;
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
}

.page-tips-c .tip-c.authorization_expire_notice_tip {
    background-color: #46A3E6;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 43px;
}

.page-tips-c .tip-c.authorization_expire_notice_tip .go-to-auth-page {
    background-color: #ffffff;
    border-radius: 3px;
    width: 105px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    color: #46A3E6;
}

.page-tips-c .tip-c.account_data_sync_tip {
    background-color: #02A7F0;
    color: white;
    padding: 0;
    height: 30px;
    line-height: 30px;
}

#dc-header .account .dropdown-menu {
    z-index: 100000000;
}

#dc-header .rtp {
    margin-left: 0;
    margin-bottom: 5px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ed3833;
    display: inline-block;
}

.rtp {
    background: #ed3833;
    border-radius: 6px;
    width: 6px;
    height: 6px;
    position: absolute;
    border: 1px solid #fff;
    top: 3px;
    right: 0px;
}

#dc-header .rtp {
    background: #ed3833;
    border-radius: 6px;
    width: 6px;
    height: 6px;
    position: absolute;
    border: 1px solid #fff;
    top: 3px;
    right: 0px;
}

#dc-header .more-items .rtp {
    position: relative;
    top: -6px;
    margin-left: 3px;
}

.hot-feature-img {
    position: absolute;
    top: -6px;
    width: 20px;
    left: 56px;
}

.sub-link-title {
    font-size: 13px;
    margin-bottom: 8px;
}

.sub-link-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sub-link {
    width: 96px;
    padding: 0!important;
    display: inline-block;
    font-size: 13px!important;
    border-top: none!important;
    margin-bottom: 8px;
}

.sub-link:hover {
    background-color: unset!important;
    color: #fb9332!important;
    text-decoration: none;
}

.dropdown-item-view_feature_ebay_pla {
    padding: 0 24px;
}
.dropdown-item-view_feature_ebay_competitor {
    padding: 0 24px;
}
.dropdown-item-view_feature_ebay_intelligent_delivery {
    padding: 0 24px;
}
.dropdown-item-view_feature_ebay_pls {
    padding: 0 24px;
}

.sub-link-sales-man-container {
    border-top: 1px solid #e7e7e7;
    padding: 16px 24px;
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sub-link-sales-man-dis {
    font-size: 13px;
}

.sub-link-sales-man-img {
    width: 72px;
    margin-right: 24px;
}

#dc-header .normal-nav-items .explore-item .rtp {
    position: relative;
    top: -4px;
    margin-left: 1px;
}

#dc-header .label-important {
    background: #f53530;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

#dc-header .normal-nav-items {
    border: 0;
    margin-top: 9px;
    margin-left: 0;
}

.qtState-nav .weixin-applet {
    display: none;
}

.qtState-nav #upright {
    margin-right: 10px;
}

.qtState-nav .navUl  .split {
    display: none!important;
}

.qtState-nav .nav-item .countTip {
    display: none;
}

.qtState-nav #dc-nav .list {
    width: 190px!important;
}

.dropdown-item-page_tips_analyze_mp_rtp,
.dropdown-item-page_tips_analyze_wal_mart_rtp {
    display: none;
}

.dropdown-item-page_tips_analyze_amz_rtp {
    display: none;
}

@media screen and (max-width: 1700px)  {
    /*.qt-nav-itempage_tips_analyze_amz_rtp,*/
    .qt-nav-itempage_tips_analyze_wal_mart_rtp {
        display: none;
    }

    /*.qt-nav-itempage_tips_analyze_aliexpress_rtp {*/
    /*    display: none;*/
    /*}*/

    /*.dropdown-item-page_tips_analyze_amz_rtp,*/
    .dropdown-item-page_tips_analyze_wal_mart_rtp {
        display: block;
    }
}

@media screen and (max-width: 1600px) {
    .qt-nav-itempage_tips_analyze_wal_mart_rtp {
        display: none;
    }

    /*.qt-nav-itempage_tips_analyze_aliexpress_rtp {*/
    /*    display: none;*/
    /*}*/

    .dropdown-item-page_tips_analyze_wal_mart_rtp {
        display: block;
    }
}

@media screen and (max-width: 1340px) {
    .more-items {
        display: none;
    }

    .qt-nav-itempage_tips_analyze_mp_rtp,
    .qt-nav-itempage_tips_analyze_amz_rtp {
        display: none;
    }
}

@media screen and (max-width: 1427px) {
    .qt-nav-itempage_tips_analyze_mp_rtp,
    .qt-nav-itempage_tips_analyze_amz_rtp {
        display: none;
    }

    .dropdown-item-page_tips_analyze_mp_rtp,
    .dropdown-item-page_tips_analyze_amz_rtp {
        display: block;
    }
}

#booking_experience_qt {
    width: 644px;
    margin-left: -322px;
}

#booking_experience_qt .contact-number .text i{
    color: red;
}

#booking_experience_qt .contact-number .contact-select {
    margin-top: 10px;
}

#booking_experience_qt .contact-number .contact-select label {
    display: inline-block;
    margin-right: 10px;
}

#booking_experience_qt .contact-number .contact-select label input {
    margin-top: -5px;
    margin-right: 5px;
}

#booking_experience_qt .contact-number .input-box input,#booking_experience_qt .customer-name .input-box input {
    width: 254px;
    height: 36px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 30px;
}

#booking_experience_qt .analysis-scene label {
    display: inline-block;
}

#booking_experience_qt .analysis-scene label input {
    margin-top: -4px;
    margin-right: 5px;
}

#booking_experience_qt .analysis-scene .input-box label {
    margin-right: 20px;
    margin-bottom: 20px;
}

#booking_experience_qt .modal-body {
    padding: 22px 22px 90px;
}

#booking_experience_qt .icon {
    width: 64px;
    height: 64px;
}

#booking_experience_qt .win-c {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 70px;
}

#booking_experience_qt .analysis-scene .text{
    margin-bottom: 15px;
}

#booking_experience_qt .book-successfully {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

#booking_experience_qt .icon.icon-ok {
    background: url("/img/lib/successful.png") no-repeat;
    background-position: 0px 0px;
    background-size: 64px auto;
}

.u-head-r-menu-content {
    display: inline-block;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 480px) {
    .bottom-clearance{
        display: none;
    }
}