.pointshead_right{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}
.total_points_num{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 800;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: left;
    margin-left: 15px;
}
.myp_table{
    margin-top: 140px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    justify-content: left;
}
.myp_table>p::after{
	display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.myp_table>p{
    margin-right: 60px;
    padding-bottom: 25px;
    margin-bottom: -2.5px;
    cursor: pointer;
}
#myp_check{
    border-bottom: 5px solid #ff8b00;
    font-weight: 700;
}
.myp_product{
    width: 100%;
    min-height: 500px;
}
.myp_producttitle{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin: 30px 0 30px 0;
}
.myp_producttitle>a{
    color: #ff8b00;
    text-decoration: underline;
}
.myp_protitles{
    width: 100%;
    height: 50px;
    background-color: #F7F7F7;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;
    padding-left: 25px;
    text-align: left;
    text-transform: uppercase;
}
.myp_record{
    width: 100%;
    margin-bottom: 20px;
}
.myp_record th{
    height: 75px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    
}
.myp_record_product{
    width: 50%;
}
.myp_record_staus,.myp_record_email{
    width: 25%;
}
.myp_record tr{
    border-bottom: 1px solid #E6E6E6;
}
.myp_record tr:last-of-type{
    border-top: 0px solid #E6E6E6;
}
.myp_record tr td{
    height: 140px;
}
.record_producttd{
    display: flex;
    align-items: center; 
    justify-content: left;
}
.record_productfa{
    display: flex;
    justify-content: left;
    align-items: center;
}
.record_proimg{
    padding: 10px;
    border: 1px solid #E6E6E6;
}
.record_proimg>img{
    width: 60px;
    height: 60px;
    display: inline-block;
}
.record_prodata{
    margin-left: 10px;
}
.record_prodata>h1,.record_sta2>h1{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.record_sta2{
    text-align: center;
}
.record_sta3,#warranty_highlight{
    color: #FF8B00;
}
.record_prodata{
    color: rgb(158, 158, 166);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
}
.record_protime{
    margin-right: 30px;
}
.record_sta1{
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: center;
}
.record_pay1{
    text-align: center;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
}
.record_payp2{
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
}
.record_pay2>h1{
    font-weight: 700;
}
.record_pay2{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.record_pay2>p{
    width: 100%;
    display: block;
}
.activity-order-more,
.recrd_paycheck{
    color: #FF8B00;
    text-decoration: underline;
    cursor: pointer;
}
.myp_mask{
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1000;
}
.myp_puphpfa{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.myp_puphp{
    position: absolute;
    width: 800px;
    background-color: #FFF;
    padding: 0 150px;
    display: none;
    border-radius: 20px;
}

.myp_puptitle{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 60px 0;
}

#com_form{
    margin: auto;
    width: 100%;
}
.com_grup>.com_inputfa{
    width: 100%;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #B5B5B5 !important;
	font-size: 14px !important;
  }
  
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #B5B5B5 !important;
	font-size: 14px !important;
  }
  
input:-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #B5B5B5 !important;
	font-size: 14px !important;
  }   

.com_grup{
    width: 100%;
    margin: 25px 0  0 0;
}
.com_grup:first-of-type{
    margin-top: 0px;
}
.com_grup>label{
    display: flex;justify-content: left;width: 100%;
    margin-bottom: 6px;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
}
.com_required{
    color: #FF8B00;
    line-height: 19px;
    display: inline-block;
    margin-left: 5px;
}
.com_requirederror{
    display: none;
    font-weight: 400;
    color: #e60012;
    margin-left: 5px;
}

.com_return{
    margin-left: 10px;
}
.myp_buttons{
    height: 36px;
    width: 140px;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
}
.com_actsubmit{
    background-color: rgb(207, 207, 207);
    margin-right: 10px;
    color: rgb(255, 255, 255);
}
.integral_icon{
    width: 14px;
    height: 14px;
}
.myp_terms{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
}
.myp_termsline{
    border-top: 1px solid rgb(225, 225, 225);
    width: 170px;
    height: 1px;
}
.myp_termsp{
    color: rgb(201, 201, 201);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
}
input:focus,
input:active:focus,
input.active:focus,
input.focus,
input:active.focus,
input.active.focus{
    outline: none;
    box-shadow:none;
    border: 1px solid rgb(225, 225, 225);
}
.myp_rule{
    padding-left: 15px;
    padding-bottom: 50px;
}
.myp_rule>li{
    color: rgb(113, 112, 112);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    list-style-type: decimal;
}

.myp_puphp_share{
    width: 560px;
    height: 713px;
    background-color: #FFF;
    position: absolute;
    border-radius: 20px;
    display: none;
}
.puphp_sharetop{
    height: 388px;
    background: rgb(255, 255, 255);
    border-radius: 20px 20px 0 0;
    padding: 60px 95px 50px 95px;
}
.puphp_sharebottom{
    width: 100%;
    height: 45.58%;
    background: rgb(242, 244, 244);
    border-radius: 0px 0px 20px 20px;
    padding: 65px 80px 60px 80px;
}
.com_acterror_icon{
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
}
.puphp_sharetitle{
    width: 100%;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 55px;
}
.puphp_sharetips{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 15px;
}
.puphp_sharebtnfa{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.puphp_sharebtnfa>button{
    width: 160px;
    height: 36px;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}
.puphp_sharebtn_record{
    background-color: #FF8B00;
    color: #FFF;
}
.puphp_sharebtn_home{
    background: rgb(242, 244, 244);
    color:rgb(113, 112, 112);
}

.puphp_channel{
   display: flex;
   justify-content: space-evenly; 
   margin: 30px 0;
}
.puphp_channel>img{
    width: 30px;
    height: 30px;
}
.share_copy_tips{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
}
.linkcopy_input{
    width: 400px;
    height: 45px;
    background: rgb(255, 255, 255);
    color: #B5B5B5;
    padding-right: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.linkcopy_button{
    color: rgb(255, 139, 0);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    position: absolute;
    bottom: 83px;
    right: 90px;
}
#linkcopy_input:focus{
    outline: none;
    border: none;
}
.gift_errorpage{
    padding-bottom: 185px;
}
.at-share-btn-elements{
    display: flex;
    justify-content: space-evenly;
} 
.at-style-responsive .at-share-btn {
    padding: 0px;
}
#share_contentfa{
    margin: 30px;
    height: 40px;
}
#myp_pagewarranty{
    width: 100%;
}
#warranty_page1{
    width: 100%;
    display: none;
}
.warranty_table{
    display: flex;
    justify-content: left;
    width: 100%;
}
.warranty_table>p{
    margin: 30px 60px 30px 0;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    cursor: pointer;
}
.myp_hide,.puphp_hide{
    display: none;
}
#myp_pagefree{
    /* display: block; */
    
}
.online_from{
    width: 100%;
    max-width: 745px;
    margin-top: 5px;
}
.myp_grup_inline{
    width: 100%;    
    display: flex;
    justify-content: left;
    align-items: flex-end;
}
.myp_grup{
    padding-top: 25px;
}
.myp_grup>label{
    display: flex;justify-content: left;width: 100%;
    margin-bottom: 6px;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    flex-wrap: wrap;
}
.com_grupfa{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
}
.myp_grup>.com_inputfa{
    width: 100%;
}

#online_order{
    width: 100%;
}
.com_productorder{
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 125px;
    background-color: #c9c9c9;
    /* background: rgb(255, 139, 0);  */
}
.com_return_input{
    padding-top: 18px;
    padding-left: 25px;
    margin-top: 25px;
    border: 1px solid #E5E5E5;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}
.com_return_title{
    width: 100%;
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 18px;
}
.com_return_title .label-text {
    width: 120px;
    display: inline-block;
}
.com_return_platform,.com_return_country,.com_return_purchase{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    margin-left: 25px;
}
.ask_ions{
    width: 12px;
    height: 12px;
    margin: 0 3px;
}
.online_grup{
    width: calc(50% - 12.5px);
}
.online_tips{
    display: none;
    padding: 9px 15px;
    background-color: #000;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    width: 333px;
    position: absolute;
    top: -20px;
    border-radius: 6px;
    z-index: 1000;
}
.online_tips::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    left: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: 15px solid #000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.line_produchsku_tips{
    display: none;
    padding: 9px 15px;
    background-color: #000;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    width: 333px;
    position: absolute;
    top: -10px;
    border-radius: 6px;
    z-index: 1000;
}
.line_produchsku_tips::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 2px;
    left: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: 15px solid #000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
#com_platform{
    width: 100%;
    height: 45px;
}
xm-select{
    background-color: #f3f4f4;
    border: 0px !important;
}
    xm-select .xm-tips{
    color: rgb(181, 181, 181) !important;
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
    font-weight: 400 !important;  
    letter-spacing: 0px;
}
.online_submit{
    width: 180px;
    height: 45px;
    background-color: #c9c9c9;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: center;
}
.myp_pupphp_online{
    display: none;
    width: 400px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 65px 55px 60px 55px;
    position: absolute;
}
.myp_pupphp_online2{
    display: none;
    width: 440px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 65px 55px 60px 55px;
    position: absolute;
}
.warranty_back{

}
.com_acterror_icon{
    width: 75px;
    height: 75px;
    display: block;
}
.com_actcon{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}   
.com_actcon>h1{
    width: 100%;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin: 55px 0 15px 0;
}
.com_actcon>p{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 40px;
}
.com_actconfirm{
    width: 130px;
    height: 40px;
    background-color: #FF8B00;
    color: #FFF;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
}
.com_actclose{
    position: absolute;
    right: -40px;
    top: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#offline_page1{
    width: 100%;
}
#myp_pagefree,#warranty_page1,#warranty_page2{
    min-height: 623px;
}
/* xm-select .scroll-body{
	margin-top: -5px;
}
xm-select .xm-body{
	padding: 0;
	border: none;
	background-color: usnet;
	box-shadow: none;
} */
input,textarea{
    background-color: #F3F4F4;
    height: 45px;
    width: 100%;
    border: 0px;  
    padding-left: 20px;
}
input:focus,textarea:focus{
    background-color: #FFF;
    border: 1px solid #F3F4F4;
}
#offline_time xm-select > .xm-body{
    padding: 0px;
}
#offline_time .scroll-body>div{
    margin: 0px !important;
}
#offline_time xm-select .xm-body{
	padding: 0;
	border: none;
	background-color: usnet;
	box-shadow: none;
}
#offline_time .laydate-theme-molv .layui-laydate-main{
    width: 100%;
}
#offline_time #layui-laydate1{
    width: 100%;
}
#offline_time .layui-laydate-content table{
    width: 100%;
}
.offlinetips{
    display: block;
    color: rgb(190, 190, 190);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 5px;
    width: 100%;
}
.photo_upload>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.photo_upload>ul>li{
    /* margin: 0 12px 20px 0; */
    width: 135px;
    height: 135px;
    border: 1px solid rgb(243, 244, 244);
}
.photo_upload>ul>li:last-of-type{
    display: none;
}
.photo_uploaddiv{
    width: 135px;
    height: 135px;
    margin: auto;
    background-color: #f3f4f4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.photo_upload{
    padding: 00px 0px;
    width: 100%;
}
.upload_p{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.upload_p>span{
    width: 100%;
    margin: auto;
    font-size: 12px;
    transform: scale(0.84);
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 20px;
	color: #B5B5B5;
    text-align: center;
}
.upload_icon{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0px auto 20px auto;
}
.thumbnail{
    width: 135px;
    height: 135px;
    padding: 0px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px ;
}
.webuploader-pick{
    background-color: rgba(255, 255, 255, 0.0);
    height: 135px;
    display: flex;
    align-items: center;
}
.customer_close{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
#mask{position: absolute;left: 0;top: 0;z-index: 9000;display: block;}
#live_menu{position: absolute;display: none;z-index: 9999;background: #FFF; box-shadow: 0px 2px 10px #888888; border-radius: 5px;}
#textbox{background: orange;width: 380px;border: 2px solid;}
#live_menu img{height: 30px;width: 30px;}
#live_menu td{font-size: 12px;cursor: pointer; height: 32px; color: rgb(181, 181, 181);font-family: 'Montserrat';font-weight: 400;line-height: 32px;letter-spacing: 0px;text-align: center;}
#live_menu a{text-decoration: none;color: black; height: 100%; width: 98px;display: inline-block; border-radius: 5px;}
#live_menu a:hover{color: black;background: #F3F3F4;}
#myp_description{width: 100%; height: 150px;padding: 10px 20px;}
#offline_submit{
    width: 180px;
    height: 45px;
    background: #c9c9c9;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 35px;
}
#filePicker div:nth-child(2){
    width: 100%!important;height:100%!important;
}
.comact_errtext1>a{
    color: #FF8B00;
}
xm-select > .xm-label .scroll .label-content{
    padding: 7px 30px 3px 10px;
}
.comact_errortitle>a{
    color: #FF8B00;
}
.comact_recordbtns{
    width: 132px;
    height: 40px;
    background-color: #FF8B00;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
}
.upload_tips{
    color: rgb(190, 190, 190);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0 0 12px 0;
}

.myp_products,.myp_funds,.myp_coupon {
    width: 100%;
}

