html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

a {
    text-decoration: none;
    color: #666 !important;
}

.m_header {
    height: 50px;
    text-align: left;
    line-height: 50px;
    font-size: 12px;
    color: #999;
}


/* .m_header img {
  height: 40px;
  margin: 5px 10px;
  border-radius: 3px;
  float: left;
} */

.select {
    font-weight: 700;
    color: #666;
}

.select span {
    width: 10px;
    position: absolute;
    border-bottom: 3px solid #000;
    left: 9px;
    top: 45px;
}

.m_NewheaderNav {
    position: fixed;
    margin: 0;
    width: 100%;
    z-index: 1;
}

.m_headerNav {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding-left: 10px;
}

.m_logo img {
    height: 25px;
    position: relative;
    top: 5px;
}

.logo_img {
    height: 25px !important;
    position: relative !important;
    top: 5px !important;
}

.m_headerNav li {
    flex: 1;
    font-size: 16px;
    -webkit-align-items: center;
    align-items: center;
    color: #666;
    position: relative;
    list-style: none;
}

.m_headerNav .m_logo {
    flex: 3;
}

.m_header .close_btn {
    width: 14px;
    height: 14px;
    margin: 18px 0 18px 10px;
}

.m_header .btn {
    float: right;
    width: 100px;
    background-color: #e56a69;
    color: white !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    height: 100%;
}

input {
    -webkit-appearance: none;
    appearance: none;
}

.main_box {
    padding-top: 40px;
}

.bar img {
    width: 100%;
}

.joinTits {
    background: url(../assets/m_images/join.png);
    background-size: 100% 100%;
    margin: 0 57px;
    padding-bottom: 5px;
    text-align: center;
}

.joinTits h6 {
    font-size: 19px;
    color: #333;
    margin: 0;
    margin-top: 20px;
}

.joinTits p {
    font-size: 15px;
    color: #666;
    margin: 5px 0;
}

.joinTits .liner {
    display: inline-block;
    background: #333;
    height: 3px;
    width: 25px;
    margin-top: 8px;
    position: relative;
    top: -2px;
}

.tellPhone {
    padding-top: 15px;
    text-align: center;
}

.tellPhone span {
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}

.tellPhone span::before {
    content: "";
    display: inline-table;
    position: relative;
}

.iphoe:before {
    background: url(https://cdn.sjqnr.com/dist/Min_iphone_icon.png);
    width: 13px;
    height: 13px;
    background-size: 100%;
    top: -10px;
    right: 3px;
}

.add:before {
    background: url(https://cdn.sjqnr.com/dist/add_icon.png);
    width: 13px;
    height: 13px;
    background-size: 100%;
    top: -10px;
    right: 3px;
}

.control_bar {
    display: flex;
    /* padding: 5px 10px 5px 10px; */
    padding: 0;
    position: fixed;
    z-index: 10;
    bottom: 0;
    /* height: 44; */
    background-color: white;
    width: 100%;
}

.phone_icon {
    width: 17px;
    position: relative;
    top: 2px;
}

.control_bar a {
    flex: 1;
    height: 44px;
    width: 95px;
    border-radius: 5px;
    line-height: 44px;
    margin: 10px 15px;
}

.control_bar .btn2 {
    border: 1px solid #000;
    background-color: #000;
    font-size: 15px;
    color: #fff !important;
    /* margin: 3px 8px 3px 8px; */
}

.alert .btn {
    text-align: center;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.M_bottom {
    margin-bottom: 90px;
    margin-top: 10px;
}

input {
    -webkit-appearance: none;
    appearance: none;
}

.main_box {
    padding-top: 40px;
}

.bar img {
    width: 100%;
}

.bar {
    margin-bottom: 20px;
}

.aubotTit {
    background: url(https://cdn.sjqnr.com/dist/business.png);
    background-size: 100% 100%;
    margin: 0 20px;
    padding: 1px 0px 24px 0;
}

.strength {
    background: url(https://cdn.sjqnr.com/dist/strength.png);
    background-size: 100% 100%;
    margin: 30px 20px 0;
    padding: 1px 0px 24px 0;
}

.aubotTit h6,
.strength h6 {
    font-size: 19px;
    color: #333;
    margin: 0;
    margin-top: 7px;
}

.about_p {
    padding: 0 20px;
    text-align: justify;
}

.aubotTit p,
.about_p p,
.strength p {
    font-size: 15px;
    color: #666;
    margin: 5px 0;
    line-height: 1.7;
}

.aubotTit .liner,
.strength .liner {
    display: inline-block;
    background: #333;
    height: 3px;
    width: 25px;
    margin-top: 8px;
    position: relative;
    top: -2px;
}

.about_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin: 0 auto;
    padding-left: 0;
}

.about_item li {
    float: left;
    width: 50%;
    margin: 0;
    padding-bottom: 20px;
}

.about_item li img {
    height: 30px;
    margin-bottom: 10px;
}

.about_item li h6 {
    font-size: 15px;
    color: #333;
    margin: 0;
}

.about_item li p {
    font-size: 13px;
    color: #999;
}

.tellPhone {
    padding-top: 15px;
}

.tellPhone span {
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}

.tellPhone span::before {
    content: "";
    display: inline-table;
    position: relative;
}

.iphoe:before {
    background: url(https://cdn.sjqnr.com/dist/Min_iphone_icon.png);
    width: 13px;
    height: 13px;
    background-size: 100%;
    top: -10px;
    right: 3px;
}

.add:before {
    background: url(https://cdn.sjqnr.com/dist/add_icon.png);
    width: 13px;
    height: 13px;
    background-size: 100%;
    top: -10px;
    right: 3px;
}

.control_bar {
    display: flex;
    /* padding: 5px 10px 5px 10px; */
    padding: 0;
    position: fixed;
    z-index: 10;
    bottom: 0;
    /* height: 44; */
    background-color: white;
    width: 100%;
}

.phone_icon {
    width: 17px;
    position: relative;
    top: 2px;
}

.control_bar a {
    flex: 1;
    height: 44px;
    width: 95px;
    border-radius: 5px;
    line-height: 44px;
    margin: 10px 15px;
}

.control_bar .btn2 {
    border: 1px solid #000;
    background-color: #000;
    font-size: 15px;
    color: #fff !important;
    /* margin: 3px 8px 3px 8px; */
}

.alert .btn {
    text-align: center;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.M_bottom {
    margin-bottom: 90px;
    margin-top: 10px;
}

.M_bottom {
    height: 40px;
    line-height: 1.5;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.M_bottom span {
    color: #999;
    font-size: 12px;
}

.footer_icon::before,
.footer_icon::after {
    content: "";
    background: url(https://cdn.sjqnr.com/dist/M_icon.png);
    display: inline-block;
    height: 12px;
    width: 12px;
    background-size: 100%;
    position: relative;
}

.footer_icon::before {
    top: 4px;
    right: 5px;
}

.footer_icon::after {
    transform: rotate(180deg);
    left: 5px;
    top: 0px;
}

.m_adfromlev {
    width: auto;
    position: initial;
    margin: 0 25px;
    border-radius: 4px;
}

.m_adfromlev .line2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_adfromlev .line2 input::placeholder{
    color: #ccc;
}
.m_adfromlev .line2 input {
    flex: 1;
    height: 32px;
    font-size: 13px;
    background: #eee;
    border: 1px solid #eee;
    color: #333;
}

.m_adfromlev .line3 {
    width: auto;
    text-align: center;
}

.m_adfromlev .line2 button {
    flex: 1;
    position: inherit;
    right: 0;
    border-radius: 4px;
    height: 41px;
    font-size: 13px;
}

.disable {
    pointer-events: none;
    background-color: #333;
}

.m_ad_popLev {
    position: fixed;
    top: 50%;
    width: 100%;
    height: 178px;
    margin-top: -89px;
}

.m_adPoplev {
    margin: 0 50px;
    min-height: 166px;
    padding: 16px 20px 0;
    position: relative;
}
.m_newPoplev{
    min-height: 215px;
}
.m_n_Poplev{
    height: 215px; 
    margin-top: -125px;
}
.ad_line1 {
    font-size: 13px;
}
.m_adH{
  font-size: 12px;
  color: #999  
}
.m_adPoplev .ad_line2 input,
.m_adPoplev .ad_line2 button {
    font-size: 12px;
    border-radius: 2px;
}

.m_adPoplev .ad_line2 input {
    height: 23px;
}

.m_adPoplev .ad_line2 button,
.m_adPoplev .line3 {
    height: 32px;
    border-radius: 2px;
}

.m_adPoplev .ad_line2 button {
    white-space: nowrap;
}

.m_adPoplev .line2 {
    margin-top: 12px;
}

.m_adPoplev .line3 {
    font-size: 14px;
    line-height: 32px;
    border-radius: 2px;
    margin-top: 12px;
    white-space: nowrap;
    background: #333;
}

.m_adClose {
    width: 24px;
    float: right;
    margin-right: -15px;
    margin-top: -15px;
}

.m_adSuss {
    min-height: 96px;
    line-height: 81px;
    display: none;
}
.m_adfromlev .new_line2 input {
    background: #fff; 
  
}
.m_adfromlev .new_line2 {
    line-height: 44px
}
.m_adfromlev .new_line2 input{
    padding: 8px 15px;
}
.new_ad_lin1{
    margin-top: 12px
}
.m_adfromlev .new_ad_lin1 input{
  
    border-bottom-right-radius: 0;  
    border-bottom-left-radius: 0; 
}
.m_adfromlev .new_ad_lin2 input{
    border: none
}
.m_adfromlev .new_ad_lin2 {
    border: 1px solid #eee;
    margin-top: 0;
    border-top: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.m_adPoplev .new_btnSim{
    margin-top: 20px;
    height: 40px;
    line-height: 40px
}
.m_new_adSuccess{
    padding-bottom: 10px;
}
.m_new_adSuccess img{
    width: 50px;
    height: 50px;
}
.m_new_adSuccess p{
    line-height: 1.5;
    padding-top: 0;
    margin-top: -20px;
}