﻿* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Inter',Calibri, "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    font-size: 16px;
}

img {
    border: 0px;
}

.padRt10 {
    padding-right: 10px;
}

.siteWidth {
    width: 1004px;
}

.siteMainStyle {
    margin: 0 auto;
}

.fullScreenBar {
    background-color: #ea1e2c;
    box-shadow: inset 0 5px 7px -6px #999;
    width: 100%;
}

.showbigad {
    margin: auto;
}

@media screen and (min-width:1025px) {
    .showbigad {
        margin: auto;
    }
}

li {
    list-style-type: none;
    margin-left: 0px;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

.Left {
    float: left;
}

.Right {
    float: right;
}

h2, h2 a, h2 a:visited {
    color: #00529C;
    text-decoration: none;
    padding: -5px;
}

    h2 a:link {
        color: #00529C;
    }

    h2 a:hover {
        color: #00529C;
        text-decoration: underline;
    }

h3, h3 a, h3 a:visited {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

    h3 a:hover {
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
        font-weight: normal;
    }

/****************************************************按钮样式********************************************************************************/
.blueButton {
    border: 1px solid #7d99ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-family: Calibri,sans-serif,Arial,Helvetica;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    /*background-color: #A5B8DA;
    background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);*/
    cursor: pointer;
    background-color: #223A76;
}

    .blueButton:hover {
        border: 1px solid #5d7fbc;
        background-color: #819bcb;
        background-image: linear-gradient(to bottom, #819bcb, #536f9d);
        color: White;
        text-decoration: none;
    }

.goldButton {
    font-family: Arial,sans-serif;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-color: #a88734 #9c7e31 #846a29;
    border-radius: 3px;
    font-size: 15px;
    font-family: Calibri,sans-serif,Arial,Helvetica;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    background-color: #f0c14b;
    color: black;
    cursor: pointer;
}

    .goldButton:hover {
        color: black;
        background-image: linear-gradient(to bottom,#f7dfa5,#f0c14b);
        background-color: #f0c14b;
        text-decoration: none;
    }

        .goldButton:hover:enabled {
            background-image: linear-gradient(to bottom,#f7dfa5,#f0c14b);
            background-color: #f0c14b;
            text-decoration: none;
        }

    .goldButton:disabled {
        background-color: white;
        color: #FFF;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
        text-decoration: none;
        cursor: inherit;
        background-color: white;
        background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    }*/

.ButtonClass {
    border: 1px solid #7d99ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: Calibri,sans-serif,Arial,Helvetica;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #A5B8DA;
    background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);
    cursor: pointer;
}

    .ButtonClass:hover {
        border: 1px solid #5d7fbc;
        background-color: #819bcb;
        background-image: linear-gradient(to bottom, #819bcb, #536f9d);
        color: White;
        text-decoration: none;
    }

.discountBanner {
    clear: both;
}

.discountBanner3 {
    float: left;
    width: 333px;
}

.discountBannerLeft {
    float: left;
}

.discountBannerRight {
    margin-left: 20px;
    float: left;
}

.registerUserLabel {
    text-align: right;
    vertical-align: top;
    width: 30%;
    padding-top: 10px;
}

.changeUserLabel {
    width: 30%;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

.inlineTablet {
    display: inline-block;
}

.ulTablet {
    list-style-type: none;
}

.divTablet {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.specialLi {
    width: 20%;
    float: left;
}

.activityLi {
    width: 25%;
    float: left;
}

.ULWidth100 {
    width: 100%;
    list-style: none;
    margin: 0px;
}

.no_need_display_span {
    display: none;
}

.carrierAndModelLi {
    float: left;
    list-style-type: none;
    width: 110px;
    height: 60px;
    margin: 3px;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.categoryAndCompanyNameDiv {
    background-color: #EFEFEF;
    width: 100%;
    height: 40px;
    vertical-align: middle;
}

.categoryAndCompanyNameLi {
    clear: both;
    border: 1px solid;
}

.modelCountInCompanyClass {
    display: none;
}

.phoneModelDisplayCompanyName {
    /*background-color: #3b76ae;
    color: White;*/
    width: 100%;
    max-width: 1600px;
    clear: both;
    font-size: 24px;
    /*text-indent: 18px;*/
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    font-weight: bold;
    color:#353a3f;
    border-bottom:2px solid #acadad;
}

.pmodel {
    width: 100%;
    /*padding-left: 36px;*/
}

    .pmodel a {
        display: block;
        overflow: hidden;
    }

    .pmodel ul {
        clear: both;
        width: 100%;
        vertical-align: middle;
        list-style: none;
        background: #fff;
        overflow: hidden;
        display: table;
        /*border-left: 1px #F2F2F2 solid;*/
        padding: 0px;
        margin: 0px;
    }

        .pmodel ul li {
            width: 166.333px;
            float: left;
            text-align: center;
            overflow: hidden;
            height: 225px;
            text-overflow: ellipsis;
            /*border-top: 1px #F2F2F2 solid;
            border-bottom: 1px #F2F2F2 solid;
            border-right: 1px #F2F2F2 solid;*/
        }

            .pmodel ul li a {
                width: 19%;
                display: table-cell;
                vertical-align: middle;
                text-decoration: none;
                height: 30px;
                font-size: 1em;
                word-break: break-word;
                color: #292929;
            }

.modelPic {
    max-width: 100%;
    max-height: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modelYearClass {
    width: 100%;
    background-color: #DFDFDF;
    margin-top: 5px;
    margin-bottom: 5px;
}

.purchaseInputBoxForSimpleVersion {
    display: none;
}

.outOfStockFlag {
    color: rgb(192,53,53);
    font-weight: bold;
    width: 140px;
    background-color: #FFF;
    padding: 0.25em 0;
    border-radius: 3px;
    border: 1px solid rgb(192,53,53);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 10px;
    text-align: center;
}

.inStockFlag {
    color: rgb(0,184,0);
    font-weight: bold;
    width: 140px;
    background-color: #FFF;
    padding: 0.25em 0;
    border-radius: 3px;
    border: 1px solid rgb(0,184,0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 10px;
    text-align: center;
}

.comingSoonFlag {
    color: rgb(245,161,7);
    font-weight: bold;
    width: 140px;
    background-color: #FFF;
    padding: 0.25em 0;
    border-radius: 3px;
    border: 1px solid rgb(245,161,7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 10px;
    text-align: center;
}

.productListLi a {
    /*text-decoration: none;*/
}

.productListAddBtn {
    display: none;
}

.productListGap {
    clear: both;
    height: 20px;
}

.productListUL {
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
    margin-top: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    gap:15px 25px;
}

.fixed_add_to_cart_button {
    cursor: pointer;
    position: fixed;
    right: 0px;
    bottom: 328px;
    width: 88px;
    z-index: 1;
    background-color: #2E6BC6;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 30px 0;
    border-radius: 15px 0 0 15px;
}


.productIMGContainer [class*=" imghvr-"] figcaption, 
.productIMGContainer [class^=imghvr-] figcaption {
    background-color: unset;
    padding: 0px;
}

.productIMGContainer [class*=" imghvr-"], 
.productIMGContainer [class^=imghvr-] {
    background-color: unset;
}

.PNameStyle {
    /*padding-top: 1.25em;*/
    font-size: 1.25em;
    font-weight: bold;
}

.productOtherInfoStyle {
    padding-top: 20px;
    font-size: 22px;
    color: rgba(0, 82, 156, 0.85);
    border-bottom: 2px solid rgba(0, 82, 156, 0.20);
    font-weight: bold;
}

.UPSTrackingTip {
    font-size: 14px;
    clear: both;
}

.UPSTrackingInput {
    height: 250px;
    width: 100%;
}

.UPSTrackingBtn {
    text-align: center;
    font-size: 14px;
}

.bigProductImg {
    float: left;
}

.productInfoSummaryDiv {
    float: left;
    width: 360px;
    text-align: left;
    margin-left: 20px;
}

/****************************************************按钮样式********************************************************************************/
/*input[type="button"] 
{
    border: 1px solid #7d99ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Calibri,sans-serif,Arial,Helvetica;
    padding: 0.25em 2.0em;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #A5B8DA;
    background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);
    cursor: pointer;
}
input[type="button"] :hover
{
    border: 1px solid #5d7fbc;
    background-color: #819bcb;
    background-image: linear-gradient(to bottom, #819bcb, #536f9d);
    color: White;
    text-decoration: none;
}
input[type="button"] :disabled
{
    background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    color: #FFF;
    text-decoration: none;
    cursor: inherit;
}*/
fieldset {
    border: 0px;
    border-bottom: 1px solid #00529C;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}

    fieldset legend {
        display: none;
    }

    fieldset input[type="radio"] {
        display: none;
    }

    fieldset label {
        border: 1px solid #7d99ca;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        font-family: Calibri,sans-serif,Arial,Helvetica;
        padding: 0.25em 1.5em;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        background-color: #A5B8DA;
        background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
        color: #00529C;
        text-decoration: none;
        cursor: pointer;
        height: auto;
        margin: 0px;
        font-size: 18px;
        text-align: center;
        border-bottom: 1px solid #00529C;
        margin-bottom: -1px;
        / /*border-right: 8px solid #00529C;
    box-shadow: 3px 1px #00529C;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    margin-right: 5px;*/ /;
    }

        fieldset label:hover {
            background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);
            color: #FFFFFF;
        }

    fieldset input[type="radio"]:checked + label {
        background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);
        color: #FFFFFF;
        text-decoration: none;
        cursor: inherit;
    }

.messageBox {
    display: none;
    position: fixed;
    top: 36%;
    left: 46%;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
    line-height: 25px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-left: -225px;
    margin-top: -75px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 581px;
    height: auto;
    z-index: 10500;
    box-shadow: rgb(85, 85, 85) 5px 5px 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.loginInput {
    margin-left: -40px;
}

.socialnet ul li {
    float: left;
    width: 40px;
}

.compLink {
    padding-bottom: 1em;
    padding-top: 5px;
    font-weight: bold;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

    .compLink a {
        color: #FFF;
        background-color: #00529C;
        padding: 0.25em 2em;
        border-radius: 5px;
        text-decoration: none;
    }

.promotionInfo {
    padding-bottom: 1em;
    padding-top: 5px;
    font-weight: bold;
    color: red;
    /*height:45px;*/
    /*overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
}

.promotionInfoBigger {
    padding-bottom: 1em;
    padding-top: 5px;
    font-weight: bold;
    color: red;
    font-size: 22px;
    text-align: center;
}

.promotionInfo a {
    color: #FFF;
    background-color: #00529C;
    padding: 0.25em 2em;
    border-radius: 5px;
    text-decoration: none;
}

.eta {
    /*padding: 0.25em 1.5em;*/
    padding: 0.25em 0em;
    font-weight: bold;
}

.mainProductInfo {
    float: left;
    width: 980px;
}

.product_list_container {   
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 10px;
}

.featuredContainer {
    float: right;
    width: 200px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
}

@media (max-width:1312px) {
    .featuredContainer {
        display: none;
    }

    /*.product_list_container {
        margin-right: 0px;
    }*/
}

.home-carrier-img {
    /*height: 100px;*/
    max-height: 100px;
    width: 100%;
    border:1px solid transparent;
}

    .home-carrier-img:hover {
        border: 1px solid #08549c;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.home-deveice-img {
    width: 100%;
    /*height: 100px;*/
}
/*.home-deveice-img:hover{
    border: 1px solid #08549c;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}*/
.company-introduction-text {
    font-size: 15px;
    padding-right: 60px;
    text-align: left;
}

.copyright-wrapper {
    /*background-color: #2065a6;*/
    background-color: #353A3F;
    color: #FFFFFF;
    padding-bottom: 6px;
    font-size: 18px;
    padding-top: 12px;
}

    .copyright-wrapper a {
        color: #FFFFFF;
        font-size: 20px;
        color: #E4E4E4;
        text-decoration: none
    }

ul.legal-wrapper {
    text-align: center;
    width: 305px;
    margin: 0 auto 6px auto;
}

    ul.legal-wrapper li:first-child {
        margin-left: 0px;
    }

    ul.legal-wrapper li {
        margin-left: 20px;
        list-style-type: none;
        display: block;
        float: left;
        font-size: 19px;
    }

.home-content-see-all {
    font-size: 30px;
    font-weight: bold;
    float: right;
    cursor: pointer;
    color: #08549c;
    text-decoration: none;
}

    .home-content-see-all:hover {
        color: #08549c;
        text-decoration: underline;
    }

    .home-content-see-all:link {
        color: #08549c;
        text-decoration: none;
    }

ul.bottom-social {
    margin-top: 25px;
}

    ul.bottom-social > li {
        float: left;
        margin: 0 0 0 25px;
        line-height: 23px;
        height: 30px;
    }

        ul.bottom-social > li:first-child {
            margin: 0;
        }

        ul.bottom-social > li > a {
            text-decoration: none;
            color: #FFFFFF;
        }

            ul.bottom-social > li > a > i {
                font-size: 38px;
                color: #FFFFFF;
            }

div.bottom-social1 {
    margin-top: 25px;
}

    div.bottom-social1 > a {
        text-decoration: none;
        color: #FFFFFF;
        float: left;
        margin: 0 0 0 25px;
        line-height: 23px;
        height: 30px;
    }

        div.bottom-social1 > a:first-child {
            margin: 0;
        }

        div.bottom-social1 > a > i {
            font-size: 38px;
            color: #FFFFFF;
        }

.bottom-footer-wrapper {
    clear: both;
    height: 100%;
    color: #FFFFFF;
    background-color: #223A76;
    padding-bottom: 10px;
    margin-top: 30px;
}

    .bottom-footer-wrapper a {
        color: #FFFFFF;
        font-size: 15pt;
    }

#MainContent_divNPDBCarrierSEO > h1 {
    color: #0a5599;
}

.position-box {
    max-width: 1366px;
    margin: 0 auto;
}

#MainContent_productInfoDiv {
    width: auto;
    margin: 0 auto;
}

#MainContent_allOtherAd {
    /*max-width: 1200px;*/
    max-width: 1920px;
    margin: 0 auto;
}

#MainContent_RMACart {
    width: 1200px;
    margin: 0 auto;
}

#MainContent_showDiv {
    width: 1200px;
    margin: 0 auto;
}

.phone-label-logined {
    display: none;
}


.datafilter {
    width: 323px;
}

.group_by_qty {
    padding-left: 5px;
    width: 110px;
    height: 30px;
    line-height:40px;
    border-radius: 4px;
}

.live-content-width {
   /* max-width: 1450px;*/
    max-width:1312px;
    margin: 0px auto;
}


@media (min-width: 1366px) and (max-width: 1500px) {
    .live-content-width {
        max-width: 1309px;
        margin: 0px auto;
    }
}
