a:visited{
    color: #ffffff;
}
a:hover{
    color: #ffffff;
}
p,h3{
    margin: 0;
}
.row {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.banner{
    margin-top: 10px;
    background:#005FFF url("../images/AMZTracker_banner.png") no-repeat;
    height: 360px;
}
.banner_content{
    max-width:1200px;
    margin: 0 auto;
}
.banner_left{
    width: 58.66%;
    margin-left: 14px;
    float: left;
}
.banner_title{
    margin: 0;
    padding-top: 15%;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
}
.banner_subtitle{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    margin:12px 0 0 0;
}
.free_registered{
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
    width: 200px;
    height: 48px;
    background: #00D3FF;
    text-align: center;
    margin: 40px 0 0;
}
.banner_right{
    width:33%;
    float: left;
    padding-top: 2%;
}
.banner_image{
    width: 92%;
    margin-left:20%;
}
.operational_tools{
    background: linear-gradient(180deg, #FCFDFF 0%, #F6FAFF 100%);
}
.main_title{
    padding-top: 68px;
}
.tools_content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px 68px;
}
.tools_col{
    width: auto;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    background: url("../images/tools_bg_img02.png" ) no-repeat bottom right;
    position: relative;
    padding: 40px 34px;
}
.tools_bg_img{
    position: absolute;
    top: 25px;
    left: 20px;
}
.blue_line{
    width: 50px;
    height: 3px;
    background: #4285F4;
    position: absolute;
    top: -1px;
    left: 34px;
}
.tools_col > p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 24px;
}
.tools_first_text{
    padding-bottom: 20px;
}
.features .m_col{
    display: none;
}
.features{
    background-color: #ffffff;
}
.features_content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 10px 0px;
}
.features_img{
    width: 100%;
}
.features_col_title{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    margin: 0;
    padding-top: 12%;
    padding-bottom: 4%;
}
.features_content p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin: 0;
}
.features_last_text{
    padding-top: 2%;
}
.features_btn{
    display: block;
    width: 140px;
    height: 38px;
    background: #4285F4;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin-top: 6%;
}
#features_main_title{
    padding-top: 34px;
    padding-bottom: 49px;
}
.features .row:nth-child(2) .col-sm-5,
.features .row:nth-child(5) .col-sm-5{
    padding-left: 4%;
}
.features_content .row:nth-child(1),
.features_content .row:nth-child(2),
.features_content .row:last-child{
    padding-bottom: 32px;
}
.features_content .row:last-child .features_first_text{
    padding-top: 18%;
}

.utility_function{
    background-color: #ffffff;
    padding-bottom: 68px;
}
.utility_function .main_title{
    padding-top: 0;
    padding-bottom: 48px;
}
.function_content{
    max-width: 1200px;
    margin: 0 auto;
}
.utility_function a{
    display: block;
    height: 100%;
}
.function_col{
    background: #FFFFFF url("../images/function_col_bg.png") no-repeat bottom right;
    border: 1px solid #E1E6F0;
    position: relative;
    height: 100%;
}
.function_content .col-sm-2{
    padding-left: 10px;
    padding-right: 10px;
}
.function_img{
    margin-top: 40px;
    margin-left: 13.3%;
}
.function_col_title{
    margin: 0;
    padding:20px 10px 100px 13.3%;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
}
.bottom_text{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 13.3%;
}
.arrow{
    position: absolute;
    bottom: 35px;
    right: 5.3%;
}
.package_type{
    background: linear-gradient(180deg, #FCFDFF 0%, #F6FAFF 100%);
}
.package_content{
    padding: 0 10px 68px;
    max-width: 1200px;
    margin: 0 auto;
}
.choose_box{
    margin: 30px auto 48px;
    text-align: center;  
}
.choose_box > span{
    display: inline-block;
    width: 102px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    background: linear-gradient(180deg, #E7EDFF 0%, #F6F9FF 100%);
    cursor: pointer;
}
.choose_box > span:first-child{
    border-radius: 19px 0px 0px 19px;
}
.choose_box > span:last-child{
    border-radius: 0px 19px 19px 0px;
}
.table tr:first-child > td{
    background: url(../images/table_bg.jpg);
    font-weight: 600;
    position: relative;
}
.table tr > td:nth-child(2),
.table tr > td:nth-child(4),
.table tr > td:nth-child(6){
    background: url(../images/table_bg.jpg);
}
.table tr > td{
    border: 1px solid #E1E6F0;
}
.table tr > td{
    width: 13.3%;
    padding: 13px 6px 13px 2.6% !important;
    
}
.table tr > td:first-child{
    width: 20%;
}
.table tr > td{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.price{
    font-weight: 600;
    color: #4285F4;
    font-size: 22px;
}
#hot{
    vertical-align: baseline;
    margin-left: 2px;
}
.table-responsive{
    display: none;
}
.table tr:first-child > td:nth-child(4){
    border:1px solid #4285F4 ;
    border-bottom:1px solid  #E1E6F0 ;
}
.table tr > td:nth-child(3){
    border-right: 1px solid #4285F4 ;
}
.table tr > td:nth-child(4){
    border-right: 1px solid #4285F4 ;
}
.table tr:last-child > td:nth-child(4){
    border-bottom: 1px solid #4285F4 ;
}
.table tr:nth-child(2) > td:nth-child(1),
.table tr:nth-child(3) > td:nth-child(1){
    line-height: 30px;
}
.top_hook{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.table tr:first-child > td:nth-child(4) > .top_hook{
    display: block;
}
.table-bordered{
    
}
.try_btn{
    display: block;
    margin: 30px auto 0;
    width: 200px;
    height: 48px;
    background: #4285F4;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

.m_use_reason{
    display: none;
}
.support_site{
    background-color: #ffffff;
    padding-bottom: 68px;
}
.country_col{
    max-width: 1431px;
    margin: 14px auto 0px;
    position: relative;
    
}
.country{
    position: absolute;
    width: 5.17%;
}
.country img{
    width: 100%;
}
.earth{
    width: 100%;
    margin-top: 165px;
}

.country_col .country:nth-child(1){
    top:141px;
    left:8.8%;
}
.country_col .country:nth-child(2){
    top:93px;
    left:18.58%;
}
.country_col .country:nth-child(3){
    top:68px;
    left:28.37%;
}
.country_col .country:nth-child(4){
    top:53px;
    left:38.15%;
}
.country_col .country:nth-child(5){
    top:48px;
    left:47.93%;
}
.country_col .country:nth-child(6){
    top:53px;
    right:38.15%;
}
.country_col .country:nth-child(7){
    top:68px;
    right:28.37%;
}
.country_col .country:nth-child(8){
    top:93px;
    right:18.58%;
}
.country_col .country:nth-child(9){
    top:141px;
    right:8.8%;
}

.country_name{
    padding-top: 18px;
    text-align: center;
    margin: 0;
}

.registered{
    background:url("../images/registered_bg.png") ;
    padding: 60px 0 50px;
    background-size: 100% 100%;
}
.m_registered_title{
    display: none;
}
.registered_title{
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-bottom: 24px;
}
.registered_btn{
    display: block;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin: 0 auto;
    width: 128px;
    height: 38px;
    background: linear-gradient(180deg, #FFCE86 0%, #FFBC76 100%);
    border: 1px solid #979797;
}
.registered_btn:visited{
    color: #333333;
}
.registered_btn:hover{
    color: #333333;
}
.package_model{
    display: none;
}
.m_package_type{
    display: none;
}
.footer-inner > .col-sm-3{
    display: block;
}
.footer-inner,.footer-inner .row{
    margin-left: -15px;
    margin-right: -15px;
}
@media(max-width:940px){
    .banner_right{
        display:none;
    }
    .banner_left{
        width: 100%;
        margin-left: 0;
        padding:0 5px;
    }
    .banner_title{
        text-align: center;
        padding-top: 110px;
    }
    .banner_subtitle{
        text-align: center;
    }
    .free_registered{
        display: block;
        margin:40px auto 0;
    }
}
@media(max-width:767px){
    .features .pc_col{
        display: none;
    }
    .features .m_col{
        display: block;
    }
    .banner{
        height: 270px;
    }
    .banner_title{
        font-size: 20px;
        line-height: 35px;
        padding-top: 65px;
    }
    .banner_subtitle{
        font-size: 14px;
        text-align: center;
        line-height: 18px;
    }
    .digital{
        font-size: 16px;
    }
    .free_registered{
        width: 150px;
        height: 34px;
        line-height: 34px;
        margin-top: 22px;
        font-size: 14px;
    }
    .main_title{
        padding-top: 48px;
    }
    .tools_content{
        padding-top: 28px;
        padding-bottom: 48px;
    }
    .features_content{
        padding: 10px 5px 0px;
    }
    .features .features_content .row{
        padding-bottom: 0px;
    }
    .features_col_title{
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 14px;
        font-size: 16px;
        line-height: 24px;
    }
    .features_content p{
        text-align: justify;
    }
    .features .features_content .row .col-sm-5{
        padding:0 10px 20px;
    }
    .utility_function .main_title{
        padding-bottom: 28px;
    }
    .function_content a{
        margin-bottom: 10px;
    }
    #features_main_title{
        padding-bottom: 0;
    }
    .features_content .row:last-child .features_first_text{
        padding-top: 18px;
    }
    .package_type{
        display: none;
    }
    .utility_function{
        padding-bottom: 0;
    }
    .m_package_type{
        display: block;
        background-color: #ffffff;
    }
   
    .type_content{
        padding: 30px 15px 0;
        overflow: hidden;
    }
    .type_col{
        width: 100%;
        background: #FFFFFF;
        border-radius: 20px;
        border: 1px solid #EEEEEE;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .type_list > .type_col:first-child{
        border-top: 5px solid #4285F4;;
    }
    .type_title{
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        line-height: 22px;
        padding-bottom: 26px;
    }
    .hide_item{
        display: none;
    }
    .m_price,.y_price{
        font-size: 14px;
        color: #666666;
        line-height: 20px;
    }
    .dollar{
        color: #333333;
        margin-left: 10px;
    }
    .price_num{
        font-size: 20px;
        font-weight: 600;
        color: #333333;
    }
    .type_list{
        display: none;
    }
    .type_list:last-child{
        display: block;
    }
    .m_choose_btn:last-child{
        background:#4285F4;
        color:#ffffff;
    }
    .type_col > ul{
        list-style: none;
        padding: 0;
        overflow: hidden;
        display: flex;
        justify-content: left;
        margin-top: 24px;
        margin-bottom: 30px;
    }
    .type_col > ul > li:first-child{
        margin-right: 12%;
    } 
    .type_col > ul > li:nth-child(2){
        margin:0 12%;
        position: relative;
    } 
    .type_col > ul > li:nth-child(3){
        margin-left: 12%;
    } 
    .type_col > ul > li > h6{
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
        text-align: center;
    }
    .type_col > ul > li > p{
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        line-height: 20px;
        text-align: center;
    }
    .type_col > ul > li:nth-child(2)::before{
            content: "";
            display: block;
            width: 1px;
            height: 30px;
            background: #EEEEEE;;
            position: absolute;
            left: -40px;
            top: 20px;
        }
    .type_col > ul > li:nth-child(2)::after{
            content: "";
            display: block;
            width: 1px;
            height: 30px;
            background: #EEEEEE;;
            position: absolute;
            right:-40px;
            top: 20px;
        }
    .type_col > .look{
      font-size: 12px;
      font-weight: 400;
      color: #999999;
      line-height: 22px;
      color: #999999;
    }
    .try{
        width: 130px;
        height: 38px;
        background: #4285F4;
        color: #ffffff;
        border-radius: 24px 0px 0px 24px;
        position: absolute;
        right: 0;
        bottom: 20px;
        padding-left: 20px;
        line-height: 38px;
    }
    .more{
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
        text-align: center;
        margin-top: 5px;
    }
    .more img{
        width: 8px;
        height: 5px;
        margin-left: 6px;
    }
    .package_detail{
		width: 100%;
		background: #ffffff;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		position: fixed;
		bottom: 0;
        z-index: 9999;
	}
	.package_detail h4{
		text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        line-height: 25px;
        padding-top: 5%;
	}
	.package_detail p{
		text-align: center;
		font-size: .28rem;
		color: #333333;
		line-height: .4rem;
		padding-bottom: .4rem;
	}
	.package_detail p b{
		font-size: .48rem;
	}
	.package_detail ul{
        list-style: none;
		margin: 0 20px;
		padding:0 20px;
        padding-top: 5%;
        padding-bottom: 5%;
        background: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #EEEEEE;
	}
	.package_detail ul li{
		padding: 2% 0;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
	}
	.package_detail ul li span{
		float: right;
        font-size:14px;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
	}
	.package_detail button{
		width: 88%;
        height: 42px;
        background: #4285F4;
        border-radius: 42px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        line-height: 20px;
        margin: 2% auto;
        display: block;
        outline: none;
	}
    .package_detail > div{
       text-align: center;
       padding: 4% 0;
    }
	.package_detail > div > span{
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
	}
    .package_detail > div > span:nth-child(2),
    .package_detail > div > span:nth-child(4){
    margin-left:5px;    
    }
    .package_detail > div > span:nth-child(3){
        margin-left: 10px;
    }
    .package_detail > div .d_price{
        color: #333333;
    }
    .package_detail > span, .operate_detail > span, .regist_detail > span {
        display: block;
        position: absolute;
        width: 34px;
        height: 5px;
        background: #F5F6FA;
        border-radius: 5px;
        top: 13px;
        left: 50%;
        -webkit-transform: translateX(-50%) ;
        -moz-transform: translateX(-50%) ;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .choose_box {
        margin: 0px auto 28px;
    }
    .d_num{
        font-size: 24px;
        font-weight: 600;
    }
    .model{
        display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.50);
		z-index: 9998;
	}
    .support_site{
        display: none;
    }
    .registered_title{
        display: none;
    }
    .m_registered_title{
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 34px;
        text-align: center;
        margin: 0 ;
    }
    .registered_btn{
        margin-top: 24px;
    }
    .features_btn{
        margin: 0 auto;
        margin-top: 20px;
    }
    .function_content .col-sm-2:nth-child(1),.function_content .col-sm-2:nth-child(3),.function_content .col-sm-2:nth-child(5){
        padding-left: 15px;
    }
    .function_content .col-sm-2:nth-child(2),.function_content .col-sm-2:nth-child(4),.function_content .col-sm-2:nth-child(6){
        padding-right: 15px;
    }
    .m_use_reason{
        display: block;
        background-color: #fff;
    }
    .m_use_content .row{
        margin: 0;
        padding-top: 25px;
    }
    .country_col{
        margin: 20px 0 0 0;
    }
    .country{
        width: 40px;
    }
    .country_col .country:nth-child(1) {
        top: 0px;
        left: 5%;
    }
    .country_col .country:nth-child(2) {
        top: 0px;
        left: 25%;
    }
    .country_col .country:nth-child(3) {
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .country_col .country:nth-child(4) {
        top: 0px;
        left: 63%;
    }
    .country_col .country:nth-child(5) {
        top: 0px;
        left: 83%;
    }
    .country_col .country:nth-child(6){
        top: 98px;
        right: 75.15%;
    } 
    .country_col .country:nth-child(7){
        top: 98px;
        right: 54.37%;
    } 
    .country_col .country:nth-child(8){
        top: 98px;
        right: 34.58%;
    } 
    .country_col .country:nth-child(9){
        top: 98px;
        right: 14.8%;
    } 
    .country_name{
        padding-top: 12px;
    }
    .earth{
        margin-top: 188px;
    }
    .support{
        top:206px;
    }
}
