@charset "utf-8";
/* CSS Document */
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p{margin:0px;padding:0px;font-family:Gilroy,Open Sans,Arial,Times,sans-serif;color:#000;}
body{background:#f5f5fa; min-width: 320px;}
ul{list-style:none;}
img,a img{border:0px;border:none;}
a{text-decoration:none;}
a.hidefocus{outline:none}
a:hover{text-decoration:underline;text-decoration:none;}
label{ margin-bottom:0; font-weight:normal;}
input,textarea{border:0;outline:none;/*去除蓝色边框*/}

.white{ background:#fff;}
/*****以上样式不可更改*****/

.header {width:100%;position:fixed;top:0;left:0;z-index:999;background:#fff;box-shadow: 0 1px 1px -1px rgba(16,24,40,.1),0 1px 4px -2px rgba(16,24,40,.1); padding: 4px 0px;}
.headerFlex{ display: flex; align-items: center; justify-content: center; justify-content: space-between;}
.header .logo { display: block;}
.header .logo img { height: 26px;}
.header .nav .navbar_nav,.headerRight{ display: flex; align-items: flex-start;}
.header .navbar_nav li{ margin: 0px 10px;}
.header .navbar_nav li a {transition:all,.3s;cursor:pointer;text-decoration:none;border-radius:3px;color:#334155;font-size:16px;font-weight:600;line-height:40px;padding:0px 10px;text-align:center;width:100%;display:flex;align-items:center;}
.header .navbar_nav li:hover a,.headerRight a:hover{ color:#106cc9;}
.headerRight a.active{ color: #ffffff; background:#106cc9;}
.headerRight a{ height:40px; display: flex; align-items: center; justify-content: center; padding: 4px 20px;border-radius:3px;color:#106cc9;font-size:16px;font-weight:600;}
#navToggle,.m_nav {display:none;}
.wrap{ padding-top:48px;}
.index-form{ display: flex;margin-bottom: 20px;}
.index-form-box{ padding: 50px;box-shadow: 0 9.39903px 18.7981px rgba(0,0,0,.088); background: #ffffff; width: 80%; margin-top: 20px;}
.idnex-form-item{display: flex; flex-wrap: wrap; justify-content: space-between;}
.idnex-form-item .idnex-form-item-box{width: calc(50% - 8px);}
.form-group{ background: rgba(0, 0, 0, 0.09);}

.group {width:100%; overflow:hidden;position:relative; background: #F5F5FA; margin-bottom: 12px;}
.group .input{ width: 100% !important; padding: 26px 12px 12px 12px; color: #35373D; background: #F5F5FA; border: none; font-weight: bold; font-size: 16px; overflow: hidden; border-radius: 4px;height: 64px;line-height: 64px;}
.group .label {position:absolute; top:-16px; transition:0.25s ease; font-size: 16px; transform: translate(12px, 20px) scale(1);font-weight: 400;color:rgb(37, 85, 131); left: 0;background: #F5F5FA;width: 90%;line-height: 22px;}
.group.input-filled .input{color: #35373D; }
.group.input-filled .label {top:-16px; color:rgb(37, 85, 131); font-weight: 400; font-size: 14px;}

.group.input-filled2 .input{color: #35373D; }
.group.input-filled2 .label {top:-16px; color:rgb(37, 85, 131); font-weight: 400; font-size: 14px;}



.group .input.textarea{ height: 130px;line-height: 30px;}
.add-logo{ padding:16px 20px ; border: 2px dashed #8c92a4; display: flex; align-items: center; justify-content: center; height: 127px; margin-bottom: 12px; border-radius: 4px; overflow: hidden;}
.add-logo img{ max-width: 100%; max-height: 100%;}
.group svg{ position:absolute; right:4px; top:24px; width: 24px; height: 24px; font-size: 24px;}

.idnex_form_describe{border-top:1px solid #f5f5fa; padding-top: 12px;}
.idnex_form_describe_top{display: flex; width: 100%; background-color: #656b7d; color: #fff; justify-content: space-between; border: none; border-radius: 4px; margin-bottom:10px;}

.item_description{flex-basis: calc(57% - 20px); }
.item_price,.item_qty{flex-basis: calc(15% - 10px);}
.item_amount{flex-basis: calc(13% - 10px);}

.idnex_form_describe_top .text{padding: 10px 12px; font-weight: bold; color: #ffffff; font-size: 16px;}

.idnex_form_describe_wrap{width: 100%; display: flex; flex-wrap: wrap; margin-bottom:12px; position: relative; justify-content: space-between;}
.idnex_form_describe_wrap .item_row,.style_flexBreak{display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}

.idnex_form_describe_wrap .item_row .group .Price{ padding-left: 30px;}
.idnex_form_describe_wrap .item_row .group em{ position: absolute; left:12px; bottom:11px;font-weight: 400; font-size:16px; line-height: 1.5; color: rgba(0, 0, 0, 0.6); font-style: inherit;}
.text-heise{ line-height: 60px; text-align: center; color:#35373d; font-weight: bold; font-size: 16px;}
.MuiButtonBase-root{background-color: transparent; display: flex; align-items: center; justify-content: center;color:#106cc9; font-weight: 600; font-size: 16px; border: none; height: 40px; padding: 0px; font-weight: bold; padding: 0px 26px; border-radius: 4px;}
.MuiButtonBase-root svg{ width: 24px; height: 24px; margin-right: 4px;}
.MuiButtonBase-root svg path{fill:#106cc9;}
.additionalButton{ display: flex; align-items: flex-start; justify-content: space-between; width: 100%;}
.additionalButton .left{ display: flex; align-items: flex-start;}
.style_buttonAdd{display: flex; flex-wrap: wrap; justify-content: space-between;}
.style_buttonAdd .style_notes{ width: 50%;}
.style_buttonAdd .style_info{ min-width: 240px;}
.style_buttonAdd .style_info .style_infoItem{width: calc(100% - 90px); font-size:16px; color: #1b1e26; font-weight: 600; display: flex; margin-left: auto; justify-content: space-between; margin-bottom:6px; align-items: center;}
.style_buttonAdd .style_info .style_infoItem .style_infoItem_name,.style_buttonAdd .style_info .style_infoItem .style_infoItem_amount{ font-size: 16px; font-weight: bold; color: #1b1e26;}

.style_toggleWrap{display: flex; align-items: center; justify-content: flex-end;}
.style_toggleWrap .MuiButtonBase-root{ padding: 0px; margin-left: 12px;}
.style_infoItemTotal{ margin-bottom: 0px; margin-top: 6px;}
.style_infoItemTotal .style_infoItem_amount{ font-size: 24px !important;}
.style_optionsWrap{display: flex; align-items: center;margin-bottom:10px; flex-wrap: wrap;}
.style_optionsWrap .tag{display: flex; align-items: center; margin-right:10px; flex-wrap: wrap;}
.style_optionsWrap .tag li{ margin-left:5px;font-size:18px; font-weight: 600; width:40px; height:30px; border: none; border-radius: 5px; text-align: center; background-color: #656b7d; color: #fff; cursor: pointer; text-align: center; line-height: 30px;}
.style_optionsWrap .tag li.active{ background: #106cc9; color: #ffffff;}
.style_optionsWrap .page{display: flex; align-items: center; margin-left: auto;}
.style_optionsWrap .page label{margin-left: 10px; margin-right: 10px; font-size: 16px; font-weight: 600; color: rgb(44, 44, 51); width: 63px;}
.style_optionsWrap .page .css-1a6giau{background-color:#F5F5FA; display: flex; align-items: center;}
.style_optionsWrap .page .css-1a6giau em{display: flex; color: rgba(0, 0, 0, 0.54); margin:0px 8px; font-style: inherit; font-size: 18px;}
.style_optionsWrap .page .css-1a6giau input{font-size: 18px; width: 70px;background-color:#F5F5FA; padding:20px 8px; font-weight: bold;}

.index-form-right{width: 20%; padding-left:40px;}
.style_formSide_block{transition: all .3s; position: sticky; top:65px;}
.style_formSide_block .item{ margin-bottom: 20px;background-color: #fff; color: #333333; font-size: 18px; font-weight: bold; display: flex; align-items: center; justify-content: center; height: 50px;}
.style_formSide_block .item img{ width: 18px; height: 18px; margin-left: 10px;}
.style_formSide_block .item.active{ background:#106cc9; color: #ffffff;}




.idnex-xingneng{ background: #1c1c1c; padding: 40px 0px;}
.idnex-xingneng-flex{ flex-direction: row-reverse; justify-content: space-between;align-items: center;display: flex;}
.idnex-xingneng-flex .imgbox{ width: 55%;min-height: 600px;position: relative; display: flex; align-items: center;}
.idnex-xingneng-flex .imgbox img{ width: 100%; height: 100%;}
.idnex-xingneng-flex .txtbox{ padding-right: 10px; width: 42%;}
.idnex-xingneng-flex .txtbox h2{ font-size: 46px;line-height: 1.2;color: #fff; font-weight: 700; margin-bottom: 20px;}
.idnex-xingneng-flex .txtbox p{font-size:20px; line-height: 1.4; font-weight: 400; color: #656b7d; letter-spacing: -.2px; color: #fff;}
.idnex-xingneng-flex .txtbox .open,.app-item .txtbox .open{ margin-top: 25px; background: #106cc9; border-radius: 5px; color: #ffffff; font-size: 18px; max-width: 300px; width:100%; display: flex; align-items: center; justify-content: center;font-weight: 700; height: 50px;}
.idnex-xingneng-flex .txtbox .open:hover,.app-item .txtbox .open:hover{ opacity: .8;}

.idnex-jicheng{background: #cdddb3; padding: 40px 0px;}
.idnex-jicheng-flex{justify-content: space-between;align-items: center;display: flex;}
.idnex-jicheng-flex .imgbox{ width: 55%;min-height: 600px;position: relative; display: flex; align-items: center;}
.idnex-jicheng-flex .imgbox img{ width: 100%; height: 100%;}
.idnex-jicheng-flex .txtbox{ padding-left: 10px; width: 42%;}
.idnex-jicheng-flex .txtbox h2{ font-size: 46px;line-height: 1.2;color: #333; font-weight: 700; margin-bottom: 20px;}
.idnex-jicheng-flex .txtbox ul li,.idnex-jicheng-flex .txtbox p{font-size:20px; line-height: 1.4; font-weight: 400; color: #333; letter-spacing: -.2px; }
.idnex-jicheng-flex .txtbox ul{ margin-top: 15px; margin-left: 15px;}

.idnex-zhizao{ padding: 40px 0px;}
.idnex-zhizao h2{ font-size: 50px;font-weight: 600; color:#10192d; text-align: center; margin: 50px 0px;}
.idnex-zhizao .item,.app-item{ padding: 40px 0px;display: flex;justify-content: space-between;flex-direction: row;}
.idnex-zhizao .item .txtbox,.app-item .txtbox{ padding: 40px 0px;display: flex; flex-direction: column; justify-content: center;}
.idnex-zhizao .item .txtbox .box,.app-item .txtbox .box{ padding: 10px 0px; max-width: 490px; width: 100%;}
.idnex-zhizao .item .txtbox .box h3,.app-item .txtbox .box h3{ font-size: 46px; line-height: 1.2; color: #10192d; font-weight: 700; margin-bottom: 20px;}
.idnex-zhizao .item .txtbox .box h5{ font-size: 46px; line-height: 1.2; color: #10192d; font-weight: 700; margin-bottom: 20px;}
.idnex-zhizao .item .txtbox .box .text,.app-item .txtbox .box .text{font-size: 20px; line-height: 1.4; font-weight: 400; color: #656b7d; letter-spacing: -.2px;}
.idnex-zhizao .item .txtbox .box .text p,.app-item .txtbox .box .text p{ color: #656b7d; margin-bottom: 20px;}


.idnex-zhizao .item .imgbox { max-width: 400px; width: 100%;}
.idnex-zhizao .item .imgbox img{ width: 100%;}
.idnex-zhizao .item:nth-of-type(even){flex-direction: row-reverse;}
.app-item .txtbox .box ul { margin-top: 15px; margin-left: 15px;}

.app-item .txtbox .box ul li{color: #656b7d;}
.app-item .txtbox{ padding: 0px;}
.app-item .imgbox{ width: 50%;display: flex;justify-content: normal;}
.app-item .imgbox .imgxiazai{margin-top: 25px; display: flex; flex-direction: column; justify-content: center; padding-bottom: 10%;}
.app-item .imgbox .imgxiazai a{display: block; margin-bottom: 10px;}
.app-item .imgbox .imgxiazai a img{ height: 50px;}
.app-item .imgbox img{ flex: 1; width: 100%;}
.idnex-faq{ padding: 0px 10%;}
.idnex-faq h2{ font-size: 40px; margin-top: 90px;color: #10192d; font-weight: 800; margin-bottom: 15px;}
.idnex-faq ul li{ margin: 16px 0px; border-radius: 4px; background: #ffffff; border: 1px solid #DBDFEA; cursor: pointer; position: relative;}
.idnex-faq ul li .link{ padding: 16px; color: #35373d; font-size: 20px; font-weight: bold; position: relative;}
.idnex-faq ul li .link i{position: absolute; top: 18px; right: 12px; font-size:24px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.idnex-faq ul li.open .link i{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
.idnex-faq ul li .submenu{ padding: 15px; display: none;}
.idnex-faq ul li .submenu p{color: #35373d; font-size:18px; line-height: 1.8;}

.footer{ padding: 64px 0px; background: #ffffff; margin-top:30px;}
.footer .item .logo img{height: 20px;}
.footer .item h4{ margin-bottom: 15px; line-height: 20px; color: #0f172a; font-size: 14px; font-weight: bold;}
.footer .item p,.footer .item a{ color: #64748b; margin-bottom:15px; font-size: 14px; display: block;}
.footer .item a img{ height: 36px;}
.footer .item a:hover{color: #0f172a;}

.mask{ background: #000; opacity: .7; position: fixed; z-index: 9991; left: 0; top: 0; width: 100%; height: 100%; display: none;}
.popup{width:380px; background: #FFFFFF; border-radius:6px; padding: 18px; position: fixed; z-index: 9992; left:50%; top:50%;transform: translate(-50%,-50%); display: none;}
.popup-wrap{ max-height: 80vh; overflow: auto;}
.popup-title{ border-bottom:1px solid #f2f2f2; padding-bottom:14px; display: flex; align-items: center; justify-content: space-between;}
.popup-title h3{ font-size: 18px; color: #0f172a; font-weight: bold; line-height: 30px;}
.popup-title .close{ width: 30px; height: 30px; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.popup-title .close img{ width: 22px;}
.fasong-item{ padding-top: 18px;}
.fasong-item h4{font-size: 16px; color: #0f172a; font-weight: bold; line-height: 30px;}
.fasong-item .text{ background: #F5F5FA; border-radius: 3px; width: 100%; height: 50px; padding: 0px 12px; font-size: 16px; font-weight: bold; color: #0f172a;}
.fasong-item .add{ font-size: 14px; display: block; line-height: 30px; font-weight: bold; color: #357ABC;}
.fasong-item .label2{ display: flex; align-items: center; margin-top: 12px; color: #0f172a; font-size: 15px; font-weight:bold;}
.fasong-item .label2 input{ margin-top: -2px; margin-right: 4px;}

.pupup-button{ margin-top: 30px;display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 16px; border: none; height: 40px; padding: 0px; font-weight: bold;
padding: 0px 26px; border-radius: 4px;background: #357ABC; color: #fff; width: 100%;}
.pupup-button-display{ margin-top: 30px;display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 16px; border: none; height: 40px; padding: 0px; font-weight: bold;
	padding: 0px 26px; border-radius: 4px;background: #8C92A4; color: #fff; width: 100%;}
.fasong-item .group{ margin-bottom: 0px;}
.fasong-item .txt{ text-align: center; color: #0f172a; font-size: 16px; font-weight: bold;}
.fasong-item .txt span{ color: #357ABC; margin-left: 8px;}
.fasongul{ display: flex; flex-wrap: wrap; margin-top: 12px;}
.fasongul li{color: #656B7D; font-size:13px; font-weight: 600; line-height: 1.6; width: 50%;}
.popup-tab{ display: flex; align-items: center; justify-content: space-between;}
.popup-tab li{ height: 40px; border-radius: 3px; padding: 0px 12px; line-height: 40px; color: #0f172a; font-weight: bold; font-size: 16px; cursor: pointer;}
.popup-tab li.active{ color:  #357ABC;}
.popup-page{ margin-top: 12px;}
.popup-page img{ width: 100%;}

/**Features页面**/
.Features{ background: #ffffff;}
.Features_banner{padding: 48px 0;  display: flex;}
.Features_banner_txtbox{padding-left: calc(50% - 608px); width: 50%; max-width: 50%; display: flex; flex-direction: column; justify-content: center; padding-right: 48px;}
.Features_banner_txtbox .text p.p1{ color: #106cc9;font-size: 14px; font-weight: 600; letter-spacing: 1px; line-height: 20px; text-transform: uppercase; margin-bottom: 12px;}
.Features_banner_txtbox .text h1,.Features_base_box .txtbox .text h1{font-size: 52px; line-height: 56px; font-weight: 800;}
.Features_banner_txtbox .text p.p2,.Features_base_box .txtbox .text p.p2{ margin-top: 24px;font-size: 18px; font-weight: 400; line-height: 28px; color: #334155;}
.Features_banner_txtbox .ctaWrap,.Features_base_box .txtbox .ctaWrap{ display: flex;flex-direction: row; gap: 12px; margin: 24px 0px;}
.Features_banner_txtbox .ctaWrap a,.Features_base_box .txtbox .ctaWrap a{ background: #e1ecf7; color: #106cc9;font-size: 16px; font-weight: 500; line-height:30px; text-align: center; padding: 10px 20px; display: block; border-radius: 4px;}
.Features_banner_txtbox .ctaWrap a:hover{ background: #b9d3eb;}
.Features_banner_txtbox .ctaWrap a.cur,.Features_base_box .txtbox .ctaWrap a.cur,.base_page_lsit li .open:hover{ background: #106cc9; color: #ffffff;}
.Features_banner_imgbox{  width: 50%; padding-right: 20px;}
.Features_banner_imgbox img{ width: 100%;}
.Features_tow_box{padding: 64px 0;}
.Features_tow_box ul li .item{ text-align: center; padding:24px 0px;}
.Features_tow_box ul li .item .imgbox,.Features_theme_box li .icon{ background: #f5f9fc;height: 48px; margin: 0 auto; margin-bottom: 20px; border-radius: 50%; width: 48px; display: flex; justify-content: center; align-items: center;}
.Features_tow_box ul li .item .imgbox img,.Features_theme_box li .icon img{ display: block; width: 24px; height: 24px;}
.Features_tow_box ul li .item .txtbox { font-size: 20px; line-height: 28px; font-weight: 600; color: #0f172a;}
.Features_base{padding: 64px 0px; background: #ffffff;}
.Features_base_box{  gap: 48px; display: flex; justify-content: space-between; align-items: center;}
.Features_base_box .txtbox{width: 50%; display: flex; flex-direction: column; justify-content: center;}
.Features_base_box .imgbox{ width: 48%;}
.Features_base_box .imgbox img{ width: 100%;}

.Features_theme{padding: 64px 0; background: #ffffff;}
.Features_theme_box{display: flex; align-items: flex-start; flex-wrap: wrap;}
.Features_theme_box li .icon{ margin: inherit; margin-bottom: 20px;}
.Features_theme_box li h3{font-size: 20px; line-height: 28px; font-weight: 600; color: #0f172a;}
.Features_theme_box li p{ color: #64748b;font-size: 16px; font-weight: 400; line-height: 24px; margin-top: 20px;}
.Features_base_box_row{flex-direction: row-reverse;}
.tick li{font-size: 18px; font-weight: 400; line-height: 28px; margin-top: 14px; padding-left: 30px; position: relative;} 
.tick li::before{content:"";background-color:transparent;position:absolute;left:5px;top:7px;width:8px;border-bottom:3px solid #22c55e;height:15px;border-right:3px solid #22c55e;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);}

.Features_faq{ background: #ffffff; border: 1px solid #e0e5ee; padding: 20px; margin: 44px 0px;}
.Features_faq h2{ margin-top:20px;}

.Features_base_wrap{ display: flex; justify-content: space-between;}
.Features_base_wrap .txtbox{ max-width: 379px;}
.Features_base_wrap .txtbox h2{margin-top: 106px;font-size: 32px; line-height: 40px; font-weight: 800; color: #0f172a;}
.Features_base_wrap .txtbox p{font-size: 16px; font-weight: 400; line-height: 24px; margin: 16px 0px; color: #64748b;}
.base_tab{display: flex; width: 262px; height: 48px; margin: 32px auto; padding: 4px; justify-content: center; align-items: center;  border-radius: 8px;}
.base_tab li{font-size:14px;font-weight:500;line-height:40px;white-space:nowrap;height:40px;width:100%;padding:0px 4px;border-radius:6px;text-align: center;background-color:#ffffff;color:#334155; cursor: pointer;}
.base_tab li.active{background-color:#e1ecf7;color:#306EA9; }
.base_tab li span{font-size:12px;line-height:20px;font-weight:600;margin-left:8px;padding:2px 10px;color:#22c55e;background-color:#f0fdf4;border-radius:24px;}
.base_page_lsit{ margin-left:25px;display: flex;flex-direction: row; flex-wrap: wrap;}
.base_page_lsit li{ width: 265px; padding: 0px 15px;}
.base_page_lsit li:nth-child(2){ border-left: 1px solid #e0e5ee; border-right: 1px solid #e0e5ee;}
.base_page_lsit li .title{ display: flex; align-items: center; justify-content: space-between;}
.base_page_lsit li .title .title-left{ display: flex; align-items: center;}
.base_page_lsit li .title .title-left span img{ width: 24px; height: 24px;}
.base_page_lsit li .title .title-left h3{font-size: 20px; line-height: 28px; font-weight: 700; color: #0f172a; padding-left:8px;}
.base_page_lsit li .title .popularTag{ background: #f5f9fc; padding: 0px 12px;font-size: 14px; line-height: 28px; border-radius: 24px; font-weight: bold; color: #106cc9;}
.base_page_lsit li .text{ min-height: 85px; margin: 12px 0 24px;}
.base_page_lsit li .text p{font-size: 14px; font-weight: 400; line-height: 20px; color: #64748b;}
.base_page_lsit li .open{margin: 10px 0; display: flex; align-items: center; justify-content: center; color: #106cc9;font-size: 16px; font-weight: 500; border-radius: 3px; background: #e1ecf7; height: 48px;}
.base_page_lsit li .price{display: flex; align-items: center; margin-top: 24px; padding-bottom: 14px; border-bottom: 1px solid #e0e5ee;}
.base_page_lsit li .price p.p1{font-size: 20px; line-height: 28px; font-weight: 700; color: #0f172a; margin-right: 4px;}
.base_page_lsit li .price p.p2{font-size: 14px; line-height: 20px; font-weight: 500; color: #94a3b8;}
.base_page_lsit li .bestUse{display: flex; align-items: center; margin: 14px 0;}
.base_page_lsit li .bestUse svg{width: 24px; height: 24px; fill: #22c55e; align-self: baseline; margin-right: 12px;}
.base_page_lsit li .bestUse p{font-size: 14px; font-weight: 400; line-height: 20px; color: #334155; flex: 1;}
.Features_tow_box ul li .item p{ margin-top: 20px;font-size: 16px; font-weight: 400; line-height: 24px; color:#64748b;}
.Payments_banner_txtbox{ text-align: center;  max-width: 700px; margin: 0 auto; padding: 0px;} 
.Payments_banner_txtbox .ctaWrap{ justify-content: center;}
.Payments_banner_txtbox820{ max-width: 820px ;}

.pdf-wrap{ width: 100%; overflow: auto;}
#label_bill_to {outline: 1px dotted #ccc;
  width: 75px;
}
.pdf-wrap .invoice-input {
  width: 100px;
  border: none;
  -webkit-transition: background .15s linear;
  outline: 1px dotted #ccc;
  margin-bottom: 2px;margin-left: 2px;
  display: block;
  -moz-transition: background .15s linear;
  background: none;
  -o-transition: background .15s linear;
  transition: background .15s linear;
  box-shadow: none;
  border: none;
  padding:2px 4px;
}


.invoice-address {
  border-top: 3px double #000000;
  margin: 25px 0;
  padding-top: 25px;
}
.invoice-address {
  font-size: 12px;
  line-height: 18px;
}
.items-table th > #label_description {
  width: 100px;
}
.items-table .editable {
  min-height: 20px;
  display: block;
  cursor: text;
  outline: 1px dotted #ccc;
}
.input-mini {
  width: 100%;
}
.totals-row .wide-cell {
  border-color: #ddd #ddd #fff #fff !important;
  position: relative;
}

.shaped td:nth-child(2), .shaped td:nth-child(3) {
  background: #eee;
  opacity: .5;
}

#toggle_paid {
	display:block;
	position: absolute;
	right: 7px;
	top: 0;
	width: 50px;
	height: 24px;
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 16px;
	transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; 
}
#toggle_paid:active,#toggle_paid:hover {text-decoration:none;}

.hide-row:before {
    content: "";
}
#toggle_paid:before {
	content:"";
    position:absolute;
	right: 26px;
	top: 0px;
	width: 22px;
	height: 22px;
	border:1px solid #ddd;
	transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; 
	background:#fff;
	border-radius:50%;
}
#toggle_paid.hide-row {
	background:#398439;
	border-color:#398439;
}
#toggle_paid.hide-row:before {
	right: 0px;
}
#toggle_paid.show-row:after {
	content: "off";
	position: absolute;
	right: 7px;
	top: 2px;
	color: #888;
	font-weight: bold;
}
#toggle_paid.hide-row:after {
	content: "on";
	position: absolute;
	left: 7px;
	top: 2px;
	color: #fff;
	font-weight: bold;
}

.list-wrap-box{ display: flex; flex-wrap: wrap;}
.list-wrap-box li{ margin-top: 20px;}
.list-wrap-box li .item{box-shadow: 0 4px 6px -1px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.1); transition: all .3s; border-radius: 3px; overflow: hidden;
height: 100%; text-decoration: none; display: block; border: 2px solid var(--color-base0); opacity: 1;}
.list-wrap-box li .item .imgbox,.list-wrap-box li .item .imgbox img{ width: 100%; height: 215px; object-fit: cover;}
.list-wrap-box li .item .txtbox{ background: #ffffff; padding: 24px;}
.list-wrap-box li .item .txtbox h2{font-family: Gilroy,Open Sans,Arial,Times,sans-serif; font-size: 20px; line-height: 28px; font-weight: 600; color:#10192d; margin-bottom: 8px;}
.list-wrap-box li .item .txtbox p{font-family: Open Sans,Arial,Times,sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; color: #67778f;}
.list-wrap-box,.list-wrap-text{ padding: 30px 0px;}
.mbx-nav a{font-weight: 400; position: relative; font-size: 14px; line-height: 20px; color: #0e6bc8; padding-right:10px;}
.mbx-nav a::before{ content: "/"; position: absolute; right:2px; top: 50%;transform: translateY(-50%);}
.mbx-nav a:last-child::before{display: none;}
.mbx-nav a:last-child{ color: #313f53;}
.list-wrap-text .title{ margin-top: 30px;}
.list-wrap-text .title h1,.Templates-top-left .title h1,.Templates-wrap .title h1,.Templates-text h2{font-family: Gilroy,Open Sans,Arial,Times,sans-serif; font-size:36px; letter-spacing: -.2px; line-height: 48px; font-weight: 800; color: #0f182b;}
.list-wrap-text .title p{color:#66768c;font-size: 12px; line-height: 20px; font-weight: 500; margin: 20px 0px;}
.wenben img{ width: 100%; max-height: 100%;}
.wenben p{font-family: Open Sans,Arial,Times,sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; margin: 16px 0; color: #000000;}

.wraobox,.Templates{ padding: 30px 0px;}
.Templates-top{ display: flex; flex-wrap: wrap; background: #f1f5f9;}
.Templates-top-left{padding: 5px 40px 24px 24px; flex: 1; width: 100%;}
.Templates-top-left .title p,.Templates-text p{font-family: Open Sans,Arial,Times,sans-serif; font-size: 18px; font-weight: 400; line-height: 28px; margin: 16px 0;}
.Templates-top-left .pingjia{display: flex; align-items: center; margin: 10px;}
.Templates-top-left .pingjia .pingxing{ display: flex; align-items: center;}
.Templates-top-left .pingjia .pingxing span{margin:0px 5px; line-height: 12px;font-size: 12px; color:#96a6bb; font-weight: 600;}
.Templates-top-left .pingjia .pingxing img{ width: 20px; height: 20px; margin:0px 2px;}
.Templates-top-left .goTSf{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 24px; align-items: center;}
.Templates-top-left .goTSf .flex{ display: flex; align-items: center;}
.Templates-top-left .goTSf .flex a{ width: 40px; height: 40px; display: block; margin-left: 10px;}
.Templates-top-right{max-width: 370px; width: 100%;margin: auto 0 0; padding: 24px 24px 0 0;}
.Templates-top-right .imgbox img{ width: 100%;}
.Templates-wrap{ padding: 30px 0px;}
.Templates-wrap{ display:flex; flex-wrap: wrap;flex-direction: row-reverse;}
.tembtn{line-height: 20px; min-width: 120px; width: 280px; padding: 10px 20px; background: #106cc8; font-size: 16px;}
.Templates-wrap .ul2{ display: flex; flex-wrap: wrap;}
.Templates-wrap .ul2 li{ margin-top: 30px;}
.Templates-wrap .ul2 li .imgbox img{ width: 100%;box-shadow: 0 0 8px 0 #d8d8d8; border: 1px solid #fff; transition: all,.3s;}
.Templates-wrap .ul2 li .txtbox{ display: block; text-align: center;font-family: Gilroy,Open Sans,Arial,Times,sans-serif; font-size: 24px;  line-height: 36px; color: #116ecc; margin-bottom: 20px;}
.Templates-wrap .ul2 li .three-col-docs-buttons{ display: flex; justify-content: center; margin-top: 20px;}
.Templates-wrap .ul2 li .three-col-docs-buttons a{ width: 45px; height: 45px; display: block;}
.Templates-text{ margin-top: 20px;}




.Tutorials-header{ padding: 24px 0px;}
.Tutorials-header .logo img{ width: 240px;}
.Tutorials-header-Right .btn-default{color: rgba(53, 122, 188, 1); background-color: transparent; border-color: rgba(53, 122, 188, 1);}

.Tutorials-banner{ display:flex; align-items: center; padding: 30px 0px; justify-content: space-between;}

.Tutorials-banner .txtbox{line-height: 1.1; color: #357ABC; text-align: left;font-size: calc(16px * 2.15);}
.Tutorials-banner .imgbox img{ width: 434px;}
.Tutorials-form { position: relative;}
.Tutorials-form .input{width: 100%; height: auto;padding: 6px 12px; font-size: 16px; line-height: 1.5; color: #55595c; background-color: #fff; background-image: none;
border: 1px solid #eceeef;}
.Tutorials-form .fa-search{ position: absolute; right:12px; top: 50%;transform: translateY(-50%);}
.Tutorials-list{ margin:24px 0px; border: 1px solid #eceeef;border-radius: 4px;}
.Tutorials-list li{border-bottom: 1px solid #eceeef;}
.Tutorials-list li:last-child{ border: none;}
.Tutorials-list li a{padding: 15px; display: block;font-weight: bold; line-height: 1.2;font-size: 16px; color: #333333; position: relative;}
.Tutorials-list li a::before{position: absolute; top: 0; bottom: 0; left: 0; width: 4px; content: "";  background-color: transparent; -webkit-transition: all 0.3s ease;
transition: all 0.3s ease;}
.Tutorials-list li:hover a::before{ background-color: rgba(53, 122, 188, 1);}
.Tutorials-list li:hover a{color: #357ABC;}
.unfold-list h2{font-weight: 400;font-size: calc(16px * 1.5); margin-bottom:20px;}
.unfold-list .accordion li{border-bottom: 1px solid #eceeef; margin-bottom:20px; position: relative;padding-bottom:20px; }
.unfold-list .accordion li .link{ padding-right:24px; font-size: calc(16px * 1.25); color: rgba(53, 122, 188, 1); cursor: pointer;}
.unfold-list .accordion li .link i{position: absolute; top: 8px; right: 12px; font-size:24px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.unfold-list .accordion li .open .link i{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
.unfold-list .accordion li .submenu{ display: none; }
.unfold-list .accordion li .submenu p{font-size: 16px; line-height: 1.5; color: rgba(53, 55, 61, 1); margin-top: 12px;}
.unfold-list .accordion li .submenu img{ margin-top: 12px; width: 100%;}

.requests-box{ max-width: 640px; width: 100%; margin: 0 auto;}
.requests-box h2{font-size:30px;margin: 0 0 calc(16px * 1.5);font-weight: bold; line-height: 1.2;}
.requests-box .item{ margin-top: 12px;}
.requests-box .item .lable{display: inline-block; max-width: 100%; margin-bottom: calc(16px * 1.5 / 2); font-weight: 600; font-size: 16px;color: rgba(53, 55, 61, 1);}
.requests-box .item .text{display: block;
width: 100%;
height: auto;
padding: 6px 12px;
font-size: 16px;
line-height: 1.5;
color: #55595c;
background-color: #fff;
background-image: none;
border: 1px solid #eceeef;
border-radius: 4px;transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}
.requests-box .item .textarea{height: calc( (16px * 1.5 + 12px + 2px) * 3 );
resize: vertical;}
.requests-box .item  p{display: block; margin-top: 10px; margin-bottom: 15px; font-size: 90%;color: #707581;} 
.requests-box .item .addbox{ position: relative;padding: calc(16px * 1.5) 16px; border-color: #eceeef; border-radius: 4px;border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.requests-box .item .addbox input{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0;}





@media screen and (max-width:1199px) {
	.Features_banner_txtbox{padding-left: calc(50% - 470px);}
	.Features_banner_txtbox .text h1, .Features_base_box .txtbox .text h1{ font-size: 48px;}
	.Features_banner_txtbox .text h1, .Features_base_box .txtbox .text h1{ font-size: 38px;}
	.Features_faq h2{ font-size: 28px;}
	.Features_base_wrap .txtbox{ width: 300px;}
	.base_page_lsit li{ width: 200px;}
	.Payments_banner_txtbox{ padding: 0px !important; width: 100% !important;}
	.Payments_banner_txtbox .base_page_lsit{ margin-left: 0px;}
	.Payments_banner_txtbox .base_page_lsit li{ width: 33.333%;}

}
@media screen and (max-width:991px) {
	.wrap{ padding-top: 54px;}
	.headerRight,.header .nav{ display: none;}
	#navToggle,.m_nav {display:block;}
	.header .logo img{ height: 30px;}
	.header{ padding: 12px 0px;}
	.header #navToggle {height:25px; width: 25px; display: block; margin-right: 12px;}
	.header #navToggle span {position:relative;width:25px;height:2px; margin-top: 12px;}
	.header #navToggle span:before,.header #navToggle span:after {content:'';position:relative;width:100%;height:2px;left:0;}
	.header #navToggle span,.header #navToggle span:before,.header #navToggle span:after {-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;display:block;background:#334155 ;}
	.header #navToggle span:before {top:8px;}
	.header #navToggle span:after {bottom:10px;}
	.header #navToggle.open span:before {top:10px;-webkit-transform:translateY(-11px) rotate(-45deg);-moz-transform:translateY(-11px) rotate(-45deg);-ms-transform:translateY(-11px) rotate(-45deg);-o-transform:translateY(-11px) rotate(-45deg);transform:translateY(-11px) rotate(-45deg);}
	.header #navToggle.open span:after {bottom:13px;-webkit-transform:translateY(10px) rotate(45deg);-moz-transform:translateY(10px) rotate(45deg);-ms-transform:translateY(10px) rotate(45deg);-o-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg);}
	.header #navToggle.open span {background:none;}
	.header #navToggle.open span:before,.header #navToggle.open span:after {background:#334155;}
	.m_nav {position:fixed;top:0px; width:300px; height:100%;background:#fff;transition:all ease 0.5s;-webkit-transition:all ease 0.5s;z-index:998;opacity:1;visibility:visible;margin-top:0;overflow-y:auto;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms; right:-200%;}
	.m_nav.open {right: 0;}
	.m_nav .ul { padding-top: 70px;}
	.m_nav .ul li {padding: 0px 24px; position: relative;}
	.m_nav .ul li a { display: block; color: #0f172a; font-size: 16px; line-height: 50px; font-weight: bold;}
	.m_nav .ul li.active a{ color:#0f172a;}	
	.m_nav .m_nav_login{ padding: 30px 24px}
	.m_nav  .m_nav_login a.active{ color: #ffffff; background:#106cc9;}
	.m_nav  .m_nav_login a{ height:40px; display: flex; align-items: center; justify-content: center; padding: 4px 20px;border-radius:3px;color:#106cc9;font-size:16px;font-weight:600;}
	
	.index-form{ width: 100%; display: block;}
	.index-form-right,.index-form-box{ width: 100%;}
	.index-form-right{ padding-left: 0px; margin-top: 20px;}
	.idnex-jicheng-flex .imgbox,.idnex-xingneng-flex .imgbox{ min-height: auto;}
	.idnex-zhizao h2,.idnex-jicheng-flex .txtbox h2,.idnex-xingneng-flex .txtbox h2,.idnex-zhizao .item .txtbox .box h3, .app-item .txtbox .box h3,.idnex-faq h2,.Features_banner_txtbox .text h1, .Features_base_box .txtbox .text h1{ font-size: 34px;}
	
	.idnex-zhizao h2{ margin: 0px 24px;}
	.idnex-xingneng,.idnex-jicheng,.idnex-zhizao,.Features_banner,.Features_tow_box,.Features_base{ padding: 24px 0px;}
	.idnex-jicheng-flex,.idnex-xingneng-flex{ display: block;}
	.idnex-jicheng-flex .imgbox,.idnex-xingneng-flex .imgbox,.Features_base_box .imgbox{ width:50%; margin: 0 auto;}
	.idnex-jicheng-flex .txtbox,.idnex-xingneng-flex .txtbox,.Features_base_wrap .txtbox{ padding: 0px; width: 100%;}
	.idnex-jicheng-flex .txtbox{ margin-top: 24px;}
	.idnex-zhizao .item, .app-item{ display: block; padding: 14px 0px;}
	.idnex-zhizao .item .txtbox, .app-item .txtbox{ padding: 14px 0px;}
	.idnex-zhizao .item .txtbox .box, .app-item .txtbox .box,.Features_base_wrap .txtbox{ max-width: 100%;}
	.idnex-zhizao .item .imgbox{ max-width:50%; margin: 0 auto;}
	.app-item .imgbox{ margin: 0 auto;}
	.idnex-faq{ padding: 0px;}
	.idnex-faq h2{ margin-top: 15px;}
	.footer{ padding: 32px 0px;}
	.Features_base_wrap,.Features_base_box{ display: block;}
	.Features_base_box .txtbox{ width: 100%;}
	.Features_base_wrap .txtbox h2{ margin-top: 0px;}
	.base_page_lsit{ margin:0px; width: 100%;}
	.base_page_lsit li{ width: 33.333%;}
}

@media ( max-width:767px) {	
	
	.index-form-box{ padding: 24px;}
	
}
@media ( max-width:640px) {	
	.m_nav{ width: 100%;}
	.index-form-box{ padding: 12px;}
	.idnex-form-item{ display: block;}
	.idnex-form-item .idnex-form-item-box{ width: 100%;}
	.idnex_form_describe_top{ display: none;}
	.item_description{ width: 100%;flex-basis:100%}
	.style_buttonAdd,.additionalButton .left,.idnex_form_describe_wrap .item_row,.idnex_form_describe_wrap{ display: block;}
	.style_buttonAdd .style_notes,.MuiButtonBase-root{ width: 100%;}
	.style_optionsWrap .page .Discountdel{ width: 40px;}
	.idnex-jicheng-flex .imgbox, .idnex-xingneng-flex .imgbox, .Features_base_box .imgbox{ width: 100%;}
	.idnex-zhizao h2, .idnex-jicheng-flex .txtbox h2, .idnex-xingneng-flex .txtbox h2, .idnex-zhizao .item .txtbox .box h3, .app-item .txtbox .box h3, .idnex-faq h2, .Features_banner_txtbox .text h1, .Features_base_box .txtbox .text h1{ font-size: 28px;}
	.idnex-zhizao .item .txtbox .box .text p, .app-item .txtbox .box .text p,.idnex-jicheng-flex .txtbox ul li, .idnex-jicheng-flex .txtbox p,.idnex-xingneng-flex .txtbox p{ font-size: 18px;}
	.idnex-zhizao h2{ margin: 0px;}
	.idnex-zhizao .item .txtbox .box h3, .app-item .txtbox .box h3{ margin-bottom: 12px;}
	.idnex-zhizao .item .imgbox{ max-width: 100%;}
	.app-item .imgbox{ width: 100%;}
	.app-item .imgbox .imgxiazai a img{ height: 30px;}
	.idnex-faq ul li .link{}
	.idnex-faq ul li .link{ font-size: 16px;}
	.idnex-faq ul li .submenu p{ font-size: 14px;}
	.footer{ padding: 12px 0px;}
	.popup{ width: 90%;}
	.fasong-item .label2{ font-size: 14px;}
	.Features_banner{ display: block;}
	.Features_banner_txtbox{ width: 100%; padding: 0px; max-width: 100%; padding: 0px 15px; text-align: center;}
	.Features_banner_txtbox .text h1, .Features_base_box .txtbox .text h1{ line-height: 1.5;}
	.Features_banner_txtbox .ctaWrap, .Features_base_box .txtbox .ctaWrap{ display: block;}
	.Features_banner_txtbox .ctaWrap a, .Features_base_box .txtbox .ctaWrap a{ margin-bottom: 10px;}
	.Features_banner_imgbox{ width: 100%; margin: 0 auto; padding: 0px 20px; margin-top: 12px;}
	.idnex-xingneng, .idnex-jicheng, .idnex-zhizao, .Features_banner, .Features_tow_box, .Features_base{ padding: 12px 0px;}
	.Features_tow_box ul li .item{ padding: 12px 0px;}
	.Features_tow_box ul li .item .imgbox, .Features_theme_box li .icon{ margin-bottom: 8px;}
	.Features_theme{ padding: 12px 0px;}
	.base_page_lsit{ display: block;}
	.base_page_lsit li{ width: 100%; padding: 0px;}
	.base_page_lsit li:nth-child(2) { border: none;}
	.Features_faq{ margin: 24px 0px;}
	.Payments_banner_txtbox{ padding: 0px 15px !important;}
	.Features_banner_txtbox .text p.p2, .Features_base_box .txtbox .text p.p2{ font-size: 16px; margin-top: 12px;}
	.Features_base_box .imgbox{ margin-top: 12px;}
	.Payments_banner_txtbox .base_page_lsit li{ width: 100%;}
	.item_price, .item_qty {  flex-basis: 100%;}
	.style_optionsWrap .page label{ width: 70px;margin-left: 0px;}
	.style_optionsWrap .MuiButtonBase-root,.style_optionsWrap .page .Discountdel{ width: 54px;}
	
	.list-wrap-box, .list-wrap-text{ padding: 10px 0px;}
	.list-wrap-box li .item .txtbox{ padding: 12px;}
	.list-wrap-box li .item .txtbox h2{ font-size: 18px;}
	.list-wrap-box li .item .txtbox p{ font-size: 14px;}
	.list-wrap-text .title{ margin-top: 20px;}
	.list-wrap-text .title h1,.Templates-top-left .title h1,.Templates-wrap .title h1,.Templates-text h2{ font-size: 26px; line-height: 1.2;}
	.wenben p{ margin: 12px 0px;}
	.Templates-top-left .title p, .Templates-text p{ font-size: 14px; line-height: 1.4; margin: 12px 0px;}
	
}