* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.nu-avatar-wrap{
	z-index: 100;
}

body {
	background-color: #f4f5f7;
}
#header-id{
	z-index: 100;
}
a{
	color: #3165FB;
	cursor: pointer;
	margin: 0 5px;
	text-decoration: none;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #C5CAD5;
}
.btn {
	cursor: pointer;
	transition: all .2s;
}

.btn:active {
	opacity: 0.8;
}

[v-cloak] {
	display: none;
}

.content {
	width: 1410px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.app-left {
	height: 144px;
	width: 194px;
	line-height: 54px;
	background-color: #fff;
	border-radius: 8px;
	padding: 18px 0;
	color: #111A33;
	margin-bottom: 300px;
}

.left-item {
	padding: 0 32px;
}

.left-item.active {
	background: rgba(61, 110, 255, 0.1);
	color: #3266FB;
	position: relative;
	font-weight: 500;
}

.left-item.active::after {
	content: "";
	position: absolute;
	right: 0;
	top: 13px;
	height: 28px;
	width: 4px;
	background-color: #3D6EFF;
}

.app-right>div {
	width: 1200px;
	padding: 20px;
	padding-bottom: 42px;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}

.app-right1-top {
	display: flex;
	height: 80px;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 20px;
}

.app-right1-top-right {
	margin-left: 20px;
	font-weight: 500;
	color: #333;
}

.app-right1-bottom {
	display: flex;
	color: #999;
	width: 726px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 34px;
}

.app-right1-bottom-item {
	display: flex;
	font-size: 14px;
	width: 315px;
	padding: 12px 20px;
}
.app-right1-bottom-item>p:nth-child(1) {
	white-space: nowrap;
}
.app-right1-bottom-item>p:nth-child(2) {
	color: #333;
}

.app-right2>div {
	position: relative;
}

.addAddress {
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 4px;
	display: inline-block;
	/* background-color: #3165FB; */
	color: #3165FB;
	border: 1px solid #3165FB;
	margin-right: 20px;
}
.addAddress.active{
	background-color: #3165FB;
	color: #fff;
}

.app-right2-con3 {
	width: 1160px;
	line-height: 20px;
}

.app-right2-con3-item {
	display: flex;
	height: 54px;
	align-items: center;
	font-size: 14px;
	color: #8f95a6;
	border: 1px solid #f2f2f2;
	border-top: none;
	word-break: break-word;
}

.app-right2-con3-load {
	width: 30px;
	margin: 40px auto;
	display: block;
}

.app-right2-con3-item1 {
	background-color: #f0f3fb;
	margin-top: 20px;
	border-top: 1px solid #f2f2f2;
}

.app-right2-con3-item>div {
	padding-left: 20px;
}

.app-right2-con3-item>div:nth-child(1) {
	width:15%;
}

.app-right2-con3-item>div:nth-child(2) {
	width: 20%;
}

.app-right2-con3-item>div:nth-child(3) {
	width: 20%;
}

.app-right2-con3-item>div:nth-child(4) {
	width: 30%;
	display: flex;
}
.app-right2-con3-item>div:nth-child(5) {
	width: 15%;
	display: flex;
}

.app-right2-con3-item>div>p {
	color: #3165FB;
	margin-right: 20px;
}

.app-right2-con3-add {
	width: 100%;
	height: 100%;
	position: fixed !important;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3) !important;
	z-index: 99;
}

.adduser {
	width: 556px;
	height: 450px;
	background-color: #fff;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.adduser-title {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 56px;
	padding-left: 20px;
	background-color: #f5f6fa;
}

.adduser-close {
	width: 56px;
	height: 56px;
	background-size: 16px;
	background-image: url(https://www.chinauos.com/assets/image/close.svg);
}

.adduser-btns {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.adduser-btns>p {
	width: 120px;
	line-height: 40px;
	border-radius: 4px;
	text-align: center;
	margin: 0 15px;
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, 0.25);
}

.adduser-btns>p.active {
	background-color: #fff;
	color: #3165FB;
	border: 1px solid #3165FB;
}

.adduser-btns>p:nth-child(2).active {
	background-color: #3266fb;
	color: #fff;
}

.adduser-item {
	display: flex;
	padding-left: 46px;
	margin-top: 20px;
}

.adduser-item>p {
	width: 85px;
	line-height: 40px;
	font-size: 14px;
}

.adduser-item>input,
.adduser-item>textarea {
	width: 380px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 0 10px;
	height: 40px;
}

.adduser-item>textarea {
	height: 100px;
	padding: 10px;
}

.adduser-item>input:hover {
	border-color: #3165FB;
}

.nodata {
	text-align: center;
	padding: 200px 0;
	color: #666;
}

.nodata>img {
	width: 120px;
}

.apply-title-btn2 {
	color: #3165FB;
	padding: 0 10px 0 30px;
	background-image: url(https://www.chinauos.com/assets/image/zone/guide.svg);
	background-size: 14px;
	background-position: 10px 8px;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	font-size: 14px;
	float: right;
}

.apply-title-btn2:hover {
	background-color: #f5f5f5;
}

.app-right2-con2-item>div:nth-child(1) {
	width: 14%;
}

.app-right2-con2-item>div:nth-child(2) {
	width: 18%;
}

.app-right2-con2-item>div:nth-child(3) {
	width: 20%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.app-right2-con2-item>div:nth-child(4) {
	width: 10%;
}

.app-right2-con2-item>div:nth-child(5) {
	width: 16%;
}

.app-right2-con2-item>div:nth-child(6) {
	width: 10%;
}

.app-right2-con2-item>div:nth-child(7) {
	width: 12%;
	display: flex;
}

.app-right2-con2-item>div:nth-child(7)>p {
	margin: 0;
	padding-right: 10px;
	position: relative;
}

.app-right2-con2-item>div:nth-child(7)>p:last-child {
	padding: 0;
}


.top {
	width: 100%;
	height: 46px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #f5f5f5;
}

.head {
	background-color: #fff;
	margin-bottom: 20px;
	height: 68px;
}

.head-con {
	/* width: 1400px; */
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 68px;
	padding-left: 30px;
}

.head-con>div {
	display: flex;
}

.head-con>div:nth-child(1) {
	width: 274px;
}

.head-con>div:nth-child(1)>p {
	border-left: 1px solid #eaeaea;
	line-height: 18px;
	font-size: 18px;
	padding-left: 10px;
	margin-left: 10px;
}

.head-con>div:nth-child(2) {
	width: 850px;
	font-size: 14px;
}

.head-con>div:nth-child(2)>p {
	padding: 0 30px;
	color: #333;
}

.head-con>div:nth-child(2)>p.active {
	color: #3165FB;
}

.top-con {
	width: 1200px;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	margin: 0 auto;
}

.top-con>div {
	display: flex;
	align-items: center;
	height: 46px;
	position: relative;
}

.top-name {
	line-height: 16px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.top-name:hover .top-user {
	display: block;
}

.top-name>p {
	height: 16px;
	padding-left: 20px;
	border-left: 1px solid #eaeaea;
}

.top-email {
	width: 20px;
	margin-right: 20px;
}

.top-con>div:nth-child(1) {
	display: flex;
	margin-right: 60px;
}

.top-con>div:nth-child(1)>p {
	padding: 0 20px;
}

.top-user {
	width: 120px;
	background-color: #fff;
	display: none;
	position: absolute;
	top: 42px;
	border-radius: 4px;
	right: 0;
	line-height: 40px;
	overflow: hidden;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
	z-index: 9;
}

.top-user>p {
	padding: 0 20px;
	transition: all .2s;
}

.top-user>p:hover {
	background-color: #3165FB;
	color: #fff;
}

.index {
	margin-top: -20px;
	background-color: #fff;
}

.app-right2-con4 {
	padding: 0px !important;
	background: transparent !important;
}


.app-right2-con4-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #3b426b;
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
}

.app-right2-con4-title-must {
	font-size: 18px !important;
	line-height: 34px;
	margin-right: 10px;
	color: #f5222d !important;
}

.app-right2-con4-sub {
	color: #e4a92b;
	font-size: 12px;
	margin-left: 146px;
	margin-top: -8px;
	display: block;
}

.app-right2-con4-title-del,.app-right2-con4-title-add {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/del1.png);
	background-size: 18px;
	opacity: 0.6;
}
.app-right2-con4-title-add{
	background-image: url(../img/add.png);
}

.app-right2-con4-item {
	display: flex;
	margin-bottom: 16px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.app-right2-con4-item-title {
	width: 160px;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.85);
	padding:7px 7px 7px 0;
}

.app-right2-con4-item-title>span {
	color: #f5222d;
	font-weight: 500;
	margin-right: 4px;
}

.select-con {
	display: flex;
}

.app-right2-con4-item-info1 {
	width: 480px;
	height: 40px;
	border-radius: 4px;
	position: relative;
	padding: 0 14px;
	color: rgba(0, 0, 0, 0.65);
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 14px;
	margin-right: 20px;
}

.app-right2-con4-item-info5 {
	width: 156px;
}
.app-right2-con4-item-info6 {
	width: 356px;
}

.choose {
	width: 100%;
	padding-left: 30px;
	background-image: url(../img/multiple.png);
	background-size: 16px;
	background-position: left;
	cursor: pointer;
	margin-top: 20px;
}

.choose.active {
	background-image: url(../img/multiplex.png);
}

.nochange {
	line-height: 40px;
	padding: 0 14px;
	color: rgba(0, 0, 0, 0.65);
}
.nochange a{
	padding-right: 30px;
	background-image: url(../img/download.png);
	background-size: 16px;
	background-position: right center;
}
.btnnochange{
	color: #8f95a6 !important;
}
.app-right2-con4-item-inputs {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.app-right2-con4-item-inputs:last-child{
	margin-bottom: 0;
}

.app-right2-con4-item-info1::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 40px;
	height: 40px;
	background-image: url(../img/top.png);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	opacity: 0.25;
	transition: all .2s;
}

.app-right2-con4-item-info1:hover::after {
	transform: rotate(0deg);
}

.app-right2-con4-item-val {
	width: 100%;
	line-height: 38px;
	height: 38px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
}
.app-right2-con4-item-val1{
	color: #C5CAD5;
}

.app-right2-con4-item-select {
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
	top: 38px;
	max-height: 200px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	border-radius: 4px;
	overflow-y: auto;
	display: none;
}

.app-right2-con4-item-select-item {
	width: 100%;
	line-height: 20px;
	padding: 5px 14px;
}
.app-right2-con4-item-select-item:hover{
	background-color: #f4f5f7;
}

.app-right2-con4-item-info1:hover .app-right2-con4-item-select {
	display: block;
}

.app-right2-con4-item-select-title {
	position: relative;
	padding-right: 30px;
}

.app-right2-con4-item-select-title {
	padding: 0 10px;
	padding-right: 30px;
}

.app-right2-con4-item-select-info>p:hover,
.app-right2-con4-item-select-title:hover {
	background-color: #e6f7ff;
}

.app-right2-con4-item-info2 {
	height: 94px;
	padding: 10px;
}

.app-right2-con4-item-info3 {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	/* height: 40px; */
	line-height: 40px;
}

.app-right2-con4-item-info3>div {
	padding-left: 24px;
	margin-right: 20px;
	background-image: url(../img/multiple.png);
	background-position: left 12px;
	background-size: 16px;
}

.app-right2-con4-item-info3>div.active {
	background-image: url(../img/multiplex.png);
}

.app-right2-con4-item-info4>div {
	background-image: url(../img/radio.png);
}

.app-right2-con4-item-info4>div.active {
	background-image: url(../img/radiox.png);
}

.app-right2-con4-item-info4-sub {
	line-height: 16px;
	padding-bottom: 10px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
}

.adduser1 {
	position: absolute;
	right: -140px;
	top: -1px;
	width: 120px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background-color: #3165FB;
	color: #fff;
}

.app-right2-con4-item-info1-user {
	background-color: #fff;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 99;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	display: none;
}

.app-right2-con4-item-info1-user>div {
	padding: 10px 20px;
	transition: all .2s;
	line-height: 26px;
	max-height: 216px;
	overflow: auto;
}

.app-right2-con4-item-info1-user>div:hover {
	background-color: #e6f7ff;
}

.app-right2-con4-item-val:hover+.app-right2-con4-item-info1-user {
	display: block;
}

.app-right2-con4-item-info1-user:hover {
	display: block;
}

.app-right2-con4-item-sub {
	width: 100%;
	font-size: 12px;
	color: #e4a92b;
	margin-top: 5px;
}
.app-right2-con4-item-pl{
	color: #999;
}

.app-right2-con4-item-uploadimg {
	width: 126px;
	height: 128px;
	background-size: 60px;
	background-image: url(../img/uploadimg.png);
}

.app-right2-con4-item-upload {
	position: relative;
	border-radius: 4px;
	border: 1px dashed #d9d9d9;
	transition: all .2s;
	background-color: #f5f6fa;
}

.app-right2-con4-item-upload>input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.app-right2-con4-item-upload>input:active {
	opacity: 0;
}

.app-right2-con4-item-upload:hover {
	border-color: #3d6eff;
}

.app-right2-con4-item-uploadfile {
	width: 480px;
	height: 40px;
}

.app-right2-con4-item-uploadfile-txt {
	background-size: 20px;
	background-position: left;
	width: 120px;
	text-align: center;
	color: #d9d9d9;
	margin-left: 50%;
	line-height: 40px;
	transform: translate(-50%);
	background-image: url(../img/uploadfile.png);
}

.app-right2-con4-item-uploadval {
	padding-left: 30px;
	background-image: url(../img/link.png);
	background-size: 12px;
	background-position: 10px;
	border-radius: 4px;
	position: relative;
	line-height: 30px;
}

.app-right2-con4-item-uploadval:hover {
	background-color: rgba(61, 110, 255, .1);
}

.app-right2-con4-item-uploadval>i {
	width: 32px;
	height: 32px;
	background-image: url(../img/del.png);
	background-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.app-right2-con4-item-uploadval:hover>i {
	display: block;
}

.app-right2-con4-btns {
	display: flex;
	background: #fff;
	width: 100%;
	border-radius: 8px;
	padding: 20px 0px 40px 196px;
}
.app-right2-con4-btns1{
	padding-left: 0px;
	justify-content: center;
}

.app-right2-con4-btns .btn{
	margin-left: 20px !important;
	width: 120px;
	line-height: 40px;
	color: #3d6eff;
	border-radius: 4px;
	border: 1px solid #3d6eff;
	text-align: center;
}
.app-right2-con4-btns .btn:first-child{
	margin-left: 0px !important;
}

.app-right2-con4-btns .btn.active {
	background-color: #3d6eff;
	color: #fff;
	/* margin-right: 20px; */
}

.app-right2-con4-btns .btn.active.active1 {
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/load.gif);
	padding-left: 40px;
	background-position: 20px;
	background-color: #efefef;
	border-color: #efefef;
}

.noclick{
	background-color: #efefef;
	color: #fff !important;
	border-color:#efefef !important;
}

.shade {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	top: 0;
	left: 0;
	z-index: 100;
	/* backdrop-filter: blur(5px); */
}

.app-right2-con4-notice-con {
	width: 800px;
	/* height: 734px; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 4px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
}

.app-right2-con4-notice-title {
	font-size: 24px;
	text-align: center;
	padding: 40px 0 16px 0;
}

.app-right2-con4-notice-close {
	width: 40px;
	height: 40px;
	background-image: url(../img/close.png);
	background-size: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0.6;
}
.app-right2-con4-notice-content-sub{
	color: #E4A92B;
	padding: 0px 36px 26px 36px;
}

.app-right2-con4-notice-btns {
	/* height: 86px; */
	padding-top: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
	/* box-shadow: 0 -4px 10px 0 rgba(50, 102, 251, .11); */
}

.app-right2-con4-notice-btn {
	width: 130px;
	line-height: 40px;
	background-color: #3165FB;
	color: #fff;
	border-radius: 4px;
	margin-left: calc(50% - 65px);
	text-align: center;
	margin-top: 23px;
}

.app-right2-con4-notice-content {
	height: 320px;
	padding: 0px 36px 26px 36px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.app-right2-con4-notice-img{
	/* width: 354px; */
	height: 320px;
	border: 1px solid #efefef;
	margin-left: 60px;
}
.app-right2-con4-notice-contentshow{
	width: calc(100% - 374px);
	height: 320px;
	overflow: auto;
}

/* .app-right2-con4-notice-content-tab {
	display: flex;
	width: 492px;
	height: 40px;
	margin: 26px 24px;
}

.app-right2-con4-notice-content-tab>div {
	width: 246px;
	line-height: 40px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #d9d9d9;
	text-align: center;
	transition: all .2s;
}

.app-right2-con4-notice-content-tab>div:last-child {
	border-radius: 0 4px 4px 0;
}

.app-right2-con4-notice-content-tab>div.active {
	border: 1px solid #e5e7ea;
	background-color: #f0f1f5;
	color: #3266fb;
} */

.app-right2-con4-notice-content-item {
	margin-top: 20px;
	line-height: 22px;
	position: relative;
}

.app-right2-con4-notice-content-title {
	font-size: 16px;
	color: #111a33;
}

.app-right2-con4-notice-content-item>p {
	padding-left: 20px;
}

.app-right2-con4-notice-content-num {
	color: #3165FB;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}


.app-right2-con4-norm-con{
	width: 472px;
	background-color: #fff;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.app-right2-con4-norm-close{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 20px;
	top: 20px;
	opacity: 0.6;
	background-image: url(../img/close.png);
}
.app-right2-con4-norm-title{
	text-align: center;
	color: #111A33;
	font-size: 24px;
	padding-top: 40px;
}
.app-right2-con4-norm-con1{
	display: flex;
	font-size: 14px;
	margin-top: 28px;
	padding:0 36px;
}
.app-right2-con4-norm-num{
	width: 16px;
	color: #3D6EFF;
	margin-right: 4px;
}
.app-right2-con4-norm-text{
	width: calc(100% - 20px);
}
.app-right2-con4-norm-con-title{
	font-weight: 500;
	color: #010101;
	opacity: 0.85;
}
.app-right2-con4-norm-con-sub{
	font-weight: 300;
	color: #666666;
	opacity: 0.65;
	margin-top: 8px;
}


.app-right2-con5 {
	background-color: #f4f5f7;
	width: 1200px;
	left: 0;
}


.app-right2-con3-send {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65) !important;
	z-index: 99;
}

.app-right2-con3-send-con {
	width: 912px;
	height: 738px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.app-right2-con3-send-title {
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.app-right2-con3-send-title>p {
	color: rgba(0, 0, 0, 0.85);
	font-size: 16px;
	line-height: 24px;
	padding: 16px 24px;
}

.app-right2-con3-send-title>i {
	position: absolute;
	width: 56px;
	height: 56px;
	right: 0;
	top: 0;
	background-image: url(../img/close.png);
	opacity: 0.4;
	background-size: 16px;
}

.app-right2-con3-send-positions {
	border: 1px dashed #3266fb;
	margin: 16px 24px;
	padding: 10px 30px;
	border-radius: 8px;
}

.app-right2-con3-send-positions>div {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 28px;
}

.app-right2-con3-send-positions>div>p:nth-child(1) {
	width: 100px;
}

.app-right2-con3-send-positions>div>p:nth-child(2) {
	width: 634px;
	color: #666;
	padding-left: 20px;
	background-image: url(../img/position.png);
	background-position: left;
	background-size: 16px;
}

.app-right2-con3-send-positions>div>p:nth-child(3) {
	width: 66px;
	color: rgba(61, 110, 255, .7);
}

.app-right2-con3-send-btns {
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
}

.app-right2-con3-send-btns>div {
	height: 40px;
	line-height: 40px;
}

.app-right2-con3-send-btns>div:first-child {
	width: 110px;
	text-align: center;
	background-color: rgb(50, 102, 251);
	color: #fff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
}

.app-right2-con3-send-btns>div:first-child>span {
	font-size: 22px;
	margin-right: 6px;
}

.app-right2-con3-send-btns-select {
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	position: relative;
}

.app-right2-con3-send-btns-select>p {
	padding: 0 30px 0 10px;
	width: 120px;
	position: relative;
}

.app-right2-con3-send-btns-select>p>i {
	background-image: url(../img/top.png);
	background-size: 14px;
	opacity: 0.4;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	transform: rotate(180deg);
}

.app-right2-con3-send-btns-select>div {
	position: absolute;
	width: 100%;
	background-color: #fff;
	font-size: 14px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	border-radius: 4px;
	display: none;
}

.app-right2-con3-send-btns-select>div>p {
	padding: 0 10px;
	line-height: 32px;
}

.app-right2-con3-send-btns-select>div>p:hover {
	background-color: #e6f7ff;
	color: rgba(0, 0, 0, .65);
}

.app-right2-con3-send-btns-select:hover>div {
	display: block;
}

.app-right2-con3-send-list {
	border-radius: 4px;
	border: 1px solid #f1f3f6;
	height: 405px;
	margin: 20px 24px;
}

.app-right2-con3-send-list>div {
	display: flex;
	align-items: center;
	min-height: 54px;
	line-height: 24px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	border-bottom: 1px solid #f1f3f6;
}

.app-right2-con3-send-list>div>p {
	padding: 0 10px;
}

.app-right2-con3-send-list>div:last-child {
	border: none;
}

.app-right2-con3-send-list>div.title {
	background-color: #f0f3fb;
	border: none;
}

.app-right2-con3-send-list>div>p:nth-child(1) {
	padding-left: 30px;
	width: 72px;
}

.app-right2-con3-send-list>div>p:nth-child(2) {
	width: 145px;
}

.app-right2-con3-send-list>div>p:nth-child(3) {
	width: 252px;
}

.app-right2-con3-send-list>div>p:nth-child(4) {
	width: 252px;
}

.app-right2-con3-send-list>div>p:nth-child(5) {
	width: 144px;
}

.copy {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.app-right2-con3-addexpressage {
	width: 566px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.app-right2-con3-addexpressage-btns {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
}

.app-right2-con3-addexpressage-btns>p {
	margin: 0 10px;
	width: 120px;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #3266fb;
	color: #3266fb;
	text-align: center;
	border-radius: 4px;
}

.app-right2-con3-addexpressage-btns>p.active {
	color: #fff;
	background-color: #3266FB;
}

.app-right2-con3-addexpressage-item {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 0;
	margin-bottom: 24px;
	color: rgba(0, 0, 0, 0.85);
}

.app-right2-con3-addexpressage-item>p {
	width: 108px;
	text-align: right;
}

.app-right2-con3-addexpressage-item>div,
.app-right2-con3-addexpressage-item>input,
.app-right2-con3-addexpressage-item>textarea {
	width: 386px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	position: relative;
}

.app-right2-con3-addexpressage-item>div>p {
	padding: 0 10px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.app-right2-con3-addexpressage-item>div>div {
	position: absolute;
	left: 0;
	width: 100%;
	border-radius: 4px;
	top: 30px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	z-index: 99;
	display: none;
}

.app-right2-con3-addexpressage-item>div>div>p {
	padding: 0 10px;
	position: relative;
}

.app-right2-con3-addexpressage-item>div>div>p:hover {
	background-color: #e6f7ff;
	font-weight: 500;
}

.app-right2-con3-addexpressage-item>div>div>p>span {
	color: #999;
}

.app-right2-con3-addexpressage-list {
	padding: 24px;
}

.app-right2-con3-addexpressage-item>div>p>i {
	background-image: url(../img/top.png);
	position: absolute;
	background-size: 14px;
	opacity: 0.4;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	transform: rotate(180deg);
	transition: all .2s;
}

.app-right2-con3-addexpressage-item>div:hover>p>i {
	transform: rotate(0);
}

.app-right2-con3-addexpressage-item>div:hover>div {
	display: block;
}

.app-right2-con3-addexpressage-item>input {
	padding: 0 10px;
}

.app-right2-con3-addexpressage-item>textarea {
	padding: 10px;
	height: 94px;
}

.app-right2-con5-bottom>div.approve6 {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding: 200px 30px;
}

.approve6>p:nth-child(2) {
	font-size: 24px;
	color: #3B426B;
	margin-bottom: 10px;
}

.attentiontxt {
	font-size: 14px;
	color: #e4a92b;
	background-color: rgba(228, 169, 43, .05);
	border: 1px solid rgba(228, 169, 43, .13);
	margin-bottom: 30px;
	border-radius: 4px;
	padding: 10px 20px;
	line-height: 30px;
}

.addproductbtn {
	line-height: 22px;
	color: #3165FB;
	border-radius: 4px;
	border: 1px solid #3165FB;
	width: 80px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

.app-right>div.app-right-con1 {
	background-color: #f4f5f7;
	padding: 0;
}

.app-right>div.app-right-con1>div {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

.agreement {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65) !important;
	left: 0;
	top: 0;
	z-index: 99;
}

.agreementcon {
	position: fixed;
	width: 480px;
	height: 260px;
	border-radius: 8px;
	background-color: #fff;
	left: calc(50% - 240px);
	top: calc(50% - 130px);
	padding: 0 30px;
}

.agreementcon-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	background-image: url(../img/close.png);
	background-size: 16px;
	background-position: center;
	cursor: pointer;
}

.agreementcon-img {
	width: 35px;
	margin-left: 50%;
	transform: translate(-50%);
	margin-top: 40px;
}

.agreementcon-title {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	color: rgba(0, 0, 0, .85);
}

.agreementcon-sub {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	color: rgba(0, 0, 0, .65);
}

.agreementcon-btns {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.agreementcon-btns>p {
	width: 180px;
	line-height: 38px;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	text-align: center;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.65);
}

.agreementcon-btns>p:nth-child(2) {
	background-color: #3266fb;
	color: #fff;
}


.content-tab1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 18px;
	margin-top: 80px;
	margin-bottom: 60px;
	margin-left: 50%;
	transform: translate(-50%);
	background-color: #f4f5f7;
	width: 740px;
}

.content-tab1>p {
	width: 100%;
	color: #666;
	font-size: 14px;
}

.content-tab1>p:nth-child(1) {
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
}

.content-tab1-con {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 80px;
}

.content-tab1-con>div {
	width: 260px;
	height: 300px;
	background-color: #fff;
	border-radius: 4px;
}

.content-tab1-con-img {
	width: 160px;
	height: 160px;
	background-size: contain;
	margin: 0 auto;
	margin-top: 20px;
}

.content-tab1-con-txt {
	text-align: center;
	color: #666;
	font-weight: 900;
	margin-top: 10px;
}

.content-tab1-con-btn {
	width: 120px;
	line-height: 30px;
	border-radius: 8px;
	border: 1px solid #55B9F9;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	color: #6EC2FA;
}


.index-bottom {
	background-color: #252d45;
	height: 256px;
	padding-top: 32px;
}

.index-bottom-con {
	width: 1152px;
	margin: 0 auto;
}

.index-bottom1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, .65);
	font-size: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.index-bottom1-qr{
	display: flex;
}
.index-bottom1>div:nth-child(1) {
	width: 288px;
}

.index-bottom1>div:nth-child(2) {
	width: 144px;
}

.index-bottom1>div:nth-child(3) {
	width: 144px;
}

.index-bottom1>div:nth-child(4) {
	width: 288px;
}

.index-bottom1>div:nth-child(5) {
	width: 288px;
}

.index-bottom1>div:nth-child(5)>div {
	width: 100px;
	margin-left: 44px;
	text-align: center;
}

.index-bottom1>div>p {
	line-height: 22px;
	margin-top: 15px;
}

.index-bottom1>div>p.index-bottom1-title {
	color: #fff;
	margin: 0;
}

.index-bottom1-qr {
	width: 100px;
}

.index-bottom1-qr-txt {
	margin: 0;
	margin-top: 10px;
}

.index-bottom2 {
	display: flex;
	justify-content: space-between;
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	padding-top: 10px;
}

.applyfieldtop {
	height: 156px;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 16px;
	display: flex;
}

.app-right2-con4-con {
	background-color: #fff;
	border-radius: 8px;
	padding: 30px calc(50% - 400px);
}

.applyfieldtop-item {
	width: 33.3%;
	position: relative;
	height: 156px;
}

.applyfieldtop-item-num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	top: 36px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	background-color: #DBDBDB;
	color: #fff;
	line-height: 28px;
	text-align: center;
	z-index: 1;
}

.applyfieldtop-item-num.active {
	background-color: #3D6EFF;
}
.applyfieldtop-item-num.active1 {
	background-color: #EBF0FF;
	color: #3D6EFF;
}

.applyfieldtop-item-title {
	color: #3B426B;
	text-align: center;
	padding-top: 82px;
}

.applyfieldtop-item-btn {
	color: #3D6EFF;
	font-size: 14px;
	text-align: center;
	padding-top: 6px;
}
.applyfieldtop-item-btn.active{
	color: #8f95a6;
}

.applyfieldtop-hr {
	width: 100%;
	position: absolute;
	left: -50%;
	background-color: #E4E6EE;
	height: 2px;
	top: 51px;
}

.applyfieldtop-hr.active {
	background-color: #3D6EFF;
}

.app-right2-con4-item2{
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	padding: 40px calc(50% - 400px);
}
.app-right2-con4-item2 .app-right2-con4-btns{
	justify-content: center;
	padding: 20px 0px;
}
.app-right2-con4-item2-apply2{
	margin-bottom: 20px;
	background-color: #fff;
	padding: 40px calc(50% - 400px);
}
.app-right2-con4-item3{
	padding: 6px calc(50% - 400px);
	line-height: 30px;
	background-color: #fff;
}
.app-right2-con4-item3-title{
	font-size: 24px;
	padding: 30px 0 20px 0;
	color: #3b426b;
	/* text-align: center; */
}
.app-right2-con4-item3-btns{
	display: flex;
}
.app-right2-con4-item3-btns>a{
	padding: 0px 20px;
	line-height: 40px;
	color: #3d6eff;
	border-radius: 4px;
	border: 1px solid #3d6eff;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.app-right2-con4-item3-tables{
	border: 1px solid #efefef;
	font-size: 14px;
	line-height: 40px;
	width: 800px;
	margin: 0px auto;
	text-align: left;
	border-radius: 8px;
	overflow: hidden;
}
.app-right2-con4-item3-tables-record{
	font-size: 14px;
	line-height: 40px;
	margin-top: 20px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
}
.app-right2-con4-item3-table{
	display: flex;
	border-top: 1px solid #efefef;
}
.app-right2-con4-item3-table:first-child{
	border: none;
	background: #FBFBFC;
}

.app-right2-con4-item3-table>*{
	border-left: 1px solid #efefef;
	padding-left: 20px;
}
.app-right2-con4-item3-table>*:nth-child(1){
	width: 10%;
	border: none;
}
.app-right2-con4-item3-table>*:nth-child(2){
	width: 40%;
}
.app-right2-con4-item3-table>*:nth-child(3){
	width: 30%;
}
.app-right2-con4-item3-table>*:nth-child(4){
	width: 10%;
}
.app-right2-con4-item3-table>*:last-child{
	width: 10%;
	margin: 0;
}

.app-right2-con4-item3-tables1 .app-right2-con4-item3-table>*:nth-child(1){
	width: 20%;
}
.app-right2-con4-item3-tables1 .app-right2-con4-item3-table>*:nth-child(2){
	width: 10%;
}
.app-right2-con4-item3-tables1 .app-right2-con4-item3-table>*:nth-child(3){
	width: 10%;
}
.app-right2-con4-item3-tables1 .app-right2-con4-item3-table>*:nth-child(4){
	width: 20%;
}
.app-right2-con4-item3-tables1 .app-right2-con4-item3-table>*:nth-child(5){
	width: 15%;
}
.app-right2-con4-item3-tables1 .app-right2-con4-item3-table>*:nth-child(6){
	width: 15%;
}
.app-right2-con4-item3-tables1 .app-right2-con4-item3-table>*:nth-child(7){
	width: 10%;
	color: #3D6EFF;
}
.app-right2-con4-item3-tables2 .app-right2-con4-item3-table>*:last-child{
	color: #3D6EFF;
}

.app-right2-con4-item5{
	background-color: #fff;
	padding: 30px calc(50% - 400px);
	margin-bottom: 20px;
}
.app-right2-con4-item5-table>*:nth-child(1){
	width: 15%;
}
.app-right2-con4-item5-table>*:nth-child(2){
	width: 30%;
}
.app-right2-con4-item5-table>*:nth-child(3){
	width: 55%;
}



.hint-con,.affirm-con{
	width: 450px;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 30px 40px 46px 26px;
	font-size: 14px;
}
.hint-title,.affirm-title{
	opacity: 0.85;
	padding-left: 30px;
	background-image: url(../img/warning.png);
	background-size: 20px;
	background-position: left;
	font-size: 16px;
}
.hint-icon{
	position: absolute;
	top: 25px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../img/close.png);
	opacity: 0.6;
	background-size: 10px;
}
.hint-content,.affirm-content{
	color: rgba(0,0,0,0.65);
	margin-top: 12px;
	padding-left: 30px;
	line-height: 22px;
}
.app-right2-con5-bottom-item-img{
	width: 60px;
}

.affirm-con{
	width: 480px;
	padding: 34px 42px 24px 34px;
}
.affirm-btns{
	display: flex;
	justify-content: flex-end;
	margin-top: 14px;
}
.affirm-btn{
	/* width: 65px; */
	padding: 0 20px;
	line-height: 32px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #D9D9D9;
	color: rgba(0,0,0,0.65);
}
.affirm-btn.active{
	margin-left: 8px;
	border-color: #3266FB;
	background: #3266FB;
	color: rgba(255,255,255,0.65);
}

.affirm-inputbox{
	width: 372px;
	height: 96px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin-top: 8px;
	margin-left: 30px;
	padding: 10px;
}

.select1-add{
	line-height: 40px;
	background-color: #3266FB;
	color: #fff;
	padding: 0 18px;
	border-radius: 4px;
}
.select1-remove{
	width: 40px;
	height: 40px;
	background-image: url(../img/del1.png);
	opacity: 0.65;
	background-size: 20px;
}

.app-right2-con4-popbtnlist{
	position: absolute;
	right: 30px;
	top: 200px;
	color: #007AFF;
	font-size: 14px;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
}
.app-right2-con4-popbtn{
	/* position: absolute;
	right: 30px;
	top: 200px;
	color: #007AFF;
	font-size: 14px;
	z-index: 10; */
}
.app-right2-con4-popbtns{
	display: flex;
	justify-content: space-between;
	line-height: 16px;
	padding: 36px 40px 40px 40px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.app-right2-con4-popbtns>.app-right2-con4-popbtn{
	top: 32px;
}
.app-right2-con4-popbtns::before{
	content: "";
	position: absolute;
	bottom: 20px;
	width: calc(100% - 80px);
	height: 1px;
	left: 40px;
	background-color: #F0F3FB;
}
.app-right2-con4-popbtns-title{
	font-size: 14px;
	color: #666;
}
.app-right2-con4-popbtns-title>span{
	font-size: 16px;
	color: #3B426B;
}
.app-right2-con4-notice-content-link{
	color: #3165FB;
}
.userInfoBtns{
	position: absolute;
	right: 0px;
	top: 0;
	display: flex;
}
.userInfoBtns>p{
	width: 114px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	color: rgba(0,0,0,0.65);
	margin-right: 20px;
}
.userInfoBtns>p:first-child{
	padding-left: 30px;
	color: #fff;
	border-color: #3165FB;
	background-color: #3165FB;
	background-image: url(../img/account.png);
	background-position: 10px center;
	background-size: 20px;
}
.app-right2-con3-item-move{
	background-image: url(../img/move.png);
	background-size: 24px;
	width: 30px;
}


.classify{
	width: 636px;
	height: 588px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(50, 102, 251, 0.11);
	background-color: #fff;
}
.classify-title{
	font-size: 24px;
	color:#111A33;
	line-height: 24px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
.classify-close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	background-image: url(../img/close.png);
	opacity: 0.6;
	background-size: 16px;
}
.classify-btn{
	width: 130px;
	line-height: 40px;
	background-color: #3D6EFF;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0px auto;
	margin-top: 22px;
	border-radius: 4px;
}
.classify-item{
	width: 500px;
	margin: 0 auto;
	font-size: 14px;
}
.classify-item-title{
	color: #010101;
	display: flex;
	opacity: 0.85;
}
.classify-item-title>span{
	display: block;
	width: 22px;
	color: #3D6EFF;
}
.classify-item-sub{
	width: 488px;
	color: #666;
	line-height: 22px;
	padding-top: 8px;
	padding-bottom: 16px;
	opacity: 0.65;
	margin-left: 22px;
}
.warn{
	padding-left: 24px;
	background-image: url(../img/no.png);
	background-size: 16px;
	background-position: left;
}

.certificate{
	
}
.app-right-con3-pop1{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 444px;
	height: auto;
	border-radius: 8px;
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 0px 10px 0px rgba(49,101,251,0.11); 
}
.app-right-con3-pop1-img{
	width: 384px;
	height: auto;
	border: 1px solid #efefef;
}	
.app-right-con3-pop1-btn{
	margin: 0 auto;
	margin-top: 20px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	background: #3d6eff;
	border-radius: 4px;
	color: #fff;
}
.app-right-con3-pop2{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 740px;
	/* height: 738px; */
	background: #ffffff;
	padding: 0 54px ;
	padding-bottom: 30px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(49,101,251,0.11); 
}
.app-right-con3-pop2-title{
	font-size: 24px;
	text-align: center;
	color: #111a33;
	padding-top: 40px;
}
.app-right-con3-pop2-sub{
	padding-top: 22px;
	font-size: 14px;
	color: #e4a92b;
	line-height: 22px;
}
.app-right-con3-pop2-con{
	margin-top: 40px;
	/* display: flex;
	justify-content: space-between; */
}
.app-right-con3-pop2-con>div{
	width: 276px;
	float: right;
}
.app-right-con3-pop2-con-img{
	width: 335px;
	float: left;
}
.app-right-con3-pop2-con-title{
	opacity: 0.85;
	font-size: 14px;
	color: #40485c;
	margin-bottom: 20px;
	font-weight: 900;
	margin-top: 30px;
}
.app-right-con3-pop2-con-title:nth-child(1){
	margin-top: 0px;
}
.app-right-con3-pop2-con-sub{
	margin-bottom: 20px;
	display: flex;
}
/* .app-right-con3-pop2-con-sub>p{
	width: 90px;
	opacity: 0.65;
	font-size: 14px;
	color: #010101;
	line-height: 22px;
	padding: 9px 0;
}
.app-right-con3-pop2-con-sub>input,.app-right-con3-pop2-con-sub>textarea,.app-right-con3-pop2-con-introduce{
	width: 174px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #e5e7ea;
	color: #C5CAD5;
	padding: 0px 15px;
}
.app-right-con3-pop2-con-sub>textarea{
	height: 86px;
	padding: 10px 15px;
} */
.app-right-con3-pop2-con-introduce{
	border-radius: 5px;
	width: 276px;
	height: 120px;
	padding: 10px 0px;
	color: #999;
	border: none;
	background-color: #fff;
	resize:none;
}
.app-right-con3-pop2-con-set .app-right-con3-pop2-con-introduce{
	padding: 10px 15px;
	color: #C5CAD5;
	border: 1px solid #e5e7ea;
}
.app-right-con3-pop2-btns{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0px calc(50% - 130px);
	padding-top: 30px;
}
.app-right-con3-pop2-btn{
	width: 120px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #3266fb;
	border-radius: 5px;
	color: #3266fb;
}
.app-right-con3-pop2-btn.active{
	background-color: #3266fb;
	color: #fff;
}

.bigimg-pop{
	position: fixed;
	width: 90%;
	height: 90%;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.agreement-pop{
	width: 978px;
	max-height: 776px;
	height: 80%;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(49,101,251,0.11); 
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.agreement-pop-buttom{
	width: 100%;
	height: 90px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(49,101,251,0.11); 
	position: absolute;
	bottom: 0px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.agreement-pop-buttom-btn{
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #3d6eff;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	margin-right: 78px;
}
.agreement-pop-buttom-check{
	font-size: 14px;
	color: #666666;
	margin-right: 50px;
	display: flex;
}
.agreement-pop-buttom-check::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 1px solid #e5e7ea;
	border-radius: 2px;
	margin-right: 10px;
}
.agreement-pop-buttom-check.active::before{
	background-image: url(../img/checkx.png);
	border: none;
}
.agreement-pop-con{
	height: calc(100% - 200px);
	overflow: auto;
	font-size: 14px;
	color: #111a33;
	line-height: 27px;
	padding: 0 78px;
}
.agreement-pop-con>p{
	margin-bottom: 10px;
}
.agreement-pop-close{
	position: absolute;
	top:30px;
	right:30px;
	width: 16px;
	height: 16px;
	background-image: url(../img/close.png);
}
.agreement-pop-title{
	text-align: center;
	font-size: 24px;
	color: #111a33;
	line-height: 110px;
}

.uploadcertificate{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	position: absolute;
}
.previewcertificate{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 800px;
	background-color: #fff;
	border-radius: 8px;
	font-size: 12px;
	line-height: 24px;
}
.previewcertificate-img{
	width: 800px;
	height: 566px;
	background-image: url(../img/certificatedome.png);
}

.previewcertificate-img-logo{
	position: absolute;
	top: 80px;
	right: 100px;
	width: 140px;
}
.previewcertificate-img-p1,.previewcertificate-img-p2{
	top: 150px;
	left: 150px;
	position: absolute;
}
.previewcertificate-img-p2{
	left: 450px;
}

.previewcertificate-img-p3,.previewcertificate-img-p4,.previewcertificate-img-p5,.previewcertificate-img-p6{
	position: absolute;
	left: 125px;
	top: 215px;
}
.previewcertificate-img-p4{
	top: 240px;
}
.previewcertificate-img-p5{
	top: 300px;
	text-indent:2em;
	width: 600px;
}
.previewcertificate-img-p6{
	top: 355px;
}
.previewcertificate-img-p7{
	position: absolute;
	right: 115px;
	top: 420px;
	font-weight: 900;
}
.previewcertificate-sub{
	line-height: 30px;
	text-align: center;
	color: #e4a92b;
	font-size: 14px;
	padding: 0px 20px;
}
.previewcertificate-btn{
	display: flex;
	margin: 0px auto;
	width: 260px;
	justify-content: 
	space-between;
}
.previewcertificate-btn>p{
	width: 120px;
	text-align: center;
	line-height: 40px;
	margin: 10px;
	color: #3d6eff;
	border-radius: 4px;
	border: 1px solid #3d6eff;
}
.previewcertificate-btn>p.active{
	background-color: #3d6eff;
	color: #fff;
}

.app-right2-con6-item>div:nth-child(1){
	width: 12%;
}
.app-right2-con6-item>div:nth-child(2){
	width: 20%;
}
.app-right2-con6-item>div:nth-child(3){
	width: 18%;
}
.app-right2-con6-item>div:nth-child(4){
	width: 8%;
}
.app-right2-con6-item>div:nth-child(5){
	width: 8%;
}
.app-right2-con6-item>div:nth-child(6){
	width: 12%;
}
.app-right2-con6-item>div:nth-child(7){
	width: 10%;
}
.app-right2-con6-item>div:nth-child(8){
	width: 12%;
}
.app-right2-con6-item>div:nth-child(9){
	width: 8%;
	color:#3165FB;
	display: none;
}

.toolkit-pop{
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 8px;
}

.app-right2-con4-item6-table>div:nth-child(1){
	width: 40%;
}
.app-right2-con4-item6-table>div:nth-child(2){
	width: 40%;
}
.app-right2-con4-item6-table>a:nth-child(3){
	width: 20%;
}

.loading{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%.-50%);
	width: 60px;
	height:60px;
}